simplehttp is a library built upon libevent that makes high performance http based servers simple to write.
The following daemons are built on simplehttp and included
- pubsub - a daemon that receives data via http POST events and writes that data to all currently connected long-lived http connections
- pubsub_to_pubsub - a library for piping data from one pubsub stream to another pubsub server
- simplequeue - an in memory queue with HTTP /get and /post endpoints to push/pop data
- simpletokyo - a HTTP /get /post /del /fwmatch interface in front of a tokyocabinet
- sortdb
- simplegeo
- qrencode
to install any of the simplehttp components you will need to install libevent 1.4.13+ and the 'simplehttp' module first.
cd simplehttp make && make install
cd simplequeue make && make install
Some modules have additional dependencies: