Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ibaryshnikov/hyper-websocket-chat
- Owner: ibaryshnikov
- Created: 2019-10-30T20:34:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T11:58:31.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T17:31:37.468Z (2 months ago)
- Topics: futures, hyper, rust, tokio, websockets
- Language: Rust
- Homepage:
- Size: 42 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`