Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 418 Bytes

README.MD

File metadata and controls

4 lines (3 loc) · 418 Bytes

Realtime Chat App in Rust

This is a simple realtime chat app built in Rust. Credits to: SergioBenitez.

To run the application, run cargo run at the root directory. The server will start at http://127.0.0.1:8000/. If you open 2 separate pages and send messages from 2 different users, you should be able to see messages being shown in the board instantly.