Igor Afonov

Cosmonaut – Webserver and Framework Implemented in C

[15 Jan 2012]

Fast web server & micro framework implemented in C. Just for fun. API design is inspired by Rails.

The main idea is minimalism. The platform provides only minimal required functionality to process http requests and exposes as much details to application layer as possible. It could be used both as standalone application platform or as an underlying layer for a higher level framework powered by a higher level language.

It doesn't have any external dependencies.

The code and documentation is on Github


« Back