Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junegunn/evented-servers
experiments with libev
https://github.com/junegunn/evented-servers
Last synced: 28 days ago
JSON representation
experiments with libev
- Host: GitHub
- URL: https://github.com/junegunn/evented-servers
- Owner: junegunn
- Created: 2013-09-08T14:30:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-02T05:09:53.000Z (over 10 years ago)
- Last Synced: 2024-05-08T22:54:18.509Z (6 months ago)
- Language: C
- Homepage:
- Size: 163 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
evented-servers
===============Small network services built with libev.
Prerequisites
-------------- [libev](http://software.schmorp.de/pkg/libev.html)
- [boost](http://www.boost.org/)
- Compiler with C++11 supportBuild
-----# Clang, LLVM
make clang# GCC (>= 4.7)
make gcc# GCC, static linking
make gcc static=1