Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sjtufl/leven

A tiny multi-threaded network library in C++11. Still working on it.
https://github.com/sjtufl/leven

Last synced: about 2 months ago
JSON representation

A tiny multi-threaded network library in C++11. Still working on it.

Awesome Lists containing this project

README

        

## Leven

Leven is a light-weight C++ network library.

**Todo**

- [ ] Threaded Eventloop
- [x] TCP Server
- [ ] TCP Client
- [x] Timer Task && forced closing when connection expired
- [ ] Tests
- [ ] Examples