Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!