Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ibaryshnikov/hyper-websocket-chat

Proof of concept websocket server on top of hyper
https://github.com/ibaryshnikov/hyper-websocket-chat

futures hyper rust tokio websockets

Last synced: 6 days ago
JSON representation

Proof of concept websocket server on top of hyper

Awesome Lists containing this project

README

        

## Chat example on top of hyper

It's a proof of concept, it means only bare minimum of features
are implemented. Built with `hyper`, `tokio` and `futures`.
It also contains a small subset of [RFC6455](https://tools.ietf.org/html/rfc6455).
It was a very nice time building this prototype.

### Instructions

To serve statics
```
cargo install https
http
```

To start server
```
cargo run
```

Then navigate to `http://localhost:8000`