Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tailhook/libwebsite

An HTTP and websocket protocol implementation for libev event loop (UNMAINTAINED, use rust and tk-http crate)
https://github.com/tailhook/libwebsite

Last synced: 13 days ago
JSON representation

An HTTP and websocket protocol implementation for libev event loop (UNMAINTAINED, use rust and tk-http crate)

Awesome Lists containing this project

README

        

Libwebsite
==========

Libwebsite is `evhttp` replacement for `libev` users. It's designed specifically
for [zerogw](http://github.com/tailhook/zerogw), but can be used for other
applications as well.

Dependencies (you need ``*-dev`` versions of packages):

* libev
* openssl

Build Instructions
------------------

Build process is done with waf::

./waf configure --prefix=/usr
./waf build
sudo ./waf install