Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goyox86/rust-chat
Rust websockets chat implementation
https://github.com/goyox86/rust-chat
Last synced: 7 days ago
JSON representation
Rust websockets chat implementation
- Host: GitHub
- URL: https://github.com/goyox86/rust-chat
- Owner: goyox86
- Created: 2015-07-18T16:11:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-18T16:12:10.000Z (over 9 years ago)
- Last Synced: 2025-01-11T06:57:08.834Z (7 days ago)
- Language: Rust
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rust Chat
This is an implementation of the chat server described in http://nbaksalyar.github.io/2015/07/10/writing-chat-in-rust.html.
Good exercise to learn about async io programming, networking, http parsing, websockets and Rust!
Yay!