Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sjtufl/leven
- Owner: sjtufl
- Created: 2019-02-08T08:46:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T06:57:19.000Z (over 5 years ago)
- Last Synced: 2023-12-01T04:34:34.898Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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