Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamreeve/mio-server
https://github.com/adamreeve/mio-server
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamreeve/mio-server
- Owner: adamreeve
- Created: 2016-03-28T03:04:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-03-28T03:05:37.000Z (over 8 years ago)
- Last Synced: 2024-10-15T18:50:53.593Z (28 days ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple TCP server that echoes messages back to clients.
Written in Rust and using mio.
Only used for learning how mio works and based heavily on https://github.com/hjr3/mob/