Probably not. But it's a very nice library for use in C application with small embedded webserver.
This + libev/libuv + the Node.js HTTP parser makes a nice little application server.
You shouldn't go replacing your Ruby apps with C but there are many cases were embedding Ruby/Python/etc into your C app just doesn't make sense and this is a good way of bringing nice features from those more webby frameworks to C.
This + libev/libuv + the Node.js HTTP parser makes a nice little application server.
You shouldn't go replacing your Ruby apps with C but there are many cases were embedding Ruby/Python/etc into your C app just doesn't make sense and this is a good way of bringing nice features from those more webby frameworks to C.