Hello, my name is Borislav Sapundzhiev this is my personal place (set on my Orange Pi PC @home).
Calipso is a proof of concept for event driven HTTP Server, originally created with educational purpose to solve C10k problem. It is designed to be run as a standalone daemon process wich will create an edge/level-triggered events to handle async client requests. Application include modular system and runs on Linux, FreeBSD and Windows
It successfuly runs on limited devices because of low memory usage - with base php module ~ 11mb of ram needed (This web server is running on a Raspberry Pi Model B).
Features:GitHub repository
- Fast response
- Designed for low memory systems
- Config file
- Modules (php5, autoindex ...)
- This program is free software
here