mongrel2-cpp
mongrel2-cpp copied to clipboard
A library to develop Mongrel2 handlers in C++.
mongrel2-cpp - a library to develop Mongrel2 handlers in C++
This is work in progress.
Mongrel2: http://mongrel2.org/
Mongrel2 Python Library: http://sheddingbikes.com/posts/1279007133.html
Dependencies
0mq 2.0.7 or later: http://www.zeromq.org/
json-c 0.9 or later: http://oss.metaparadigm.com/json-c/
In Ubuntu you need to
apt-get install libjson0-dev
to be able to compile
LICENSE
Same as Mongrel2.