Skip to content

An HTTP and websocket protocol implementation for libev event loop

License

Notifications You must be signed in to change notification settings

nathan-cormier/libwebsite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An HTTP and websocket protocol implementation for libev event loop

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 82.4%
  • Python 17.1%
  • Objective-C 0.5%