Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/tailhook/libwebsite
- Owner: tailhook
- License: mit
- Created: 2010-09-13T19:31:31.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2017-08-27T19:23:12.000Z (about 7 years ago)
- Last Synced: 2024-10-14T21:56:14.038Z (27 days ago)
- Language: C
- Homepage:
- Size: 417 KB
- Stars: 39
- Watchers: 4
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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
* opensslBuild Instructions
------------------Build process is done with waf::
./waf configure --prefix=/usr
./waf build
sudo ./waf install