Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibaryshnikov/mio-tcp-chat
A tcp chat using just mio
https://github.com/ibaryshnikov/mio-tcp-chat
Last synced: 21 days ago
JSON representation
A tcp chat using just mio
- Host: GitHub
- URL: https://github.com/ibaryshnikov/mio-tcp-chat
- Owner: ibaryshnikov
- Created: 2022-01-24T07:55:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T08:01:37.000Z (about 3 years ago)
- Last Synced: 2024-11-09T06:44:03.124Z (3 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TCP chat
An example of a chat made with mio. Currently incomplete, but echo works.
Use `telnet localhost 8000` to test