Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 support

Build
-----

# Clang, LLVM
make clang

# GCC (>= 4.7)
make gcc

# GCC, static linking
make gcc static=1