NOTE: The latest code is on the "refactor/replace-ws-with-tungstenite"
This project is a simple proof of concept realtime chatting app using websockets that leverages the power of Rust and JavaScript (ES6). I used ws-rs as the backend and the Bulma CSS framework. It is very much a proof of concept, and will likely not receive many, if any updates.
- Backend: Rust with ws-rs (WebSocket library)
- Frontend: JavaScript (ES6), Bulma CSS
- Deployment: Shuttle platform
Contributing is always welcome, and any and all pull requests and issues are appreciated. See our Contributing document for more details.
This software is licenced MIT. I was considering licensing it under the GPL but realized this project wasn't too serious.