No description
Find a file
2021-03-21 20:25:28 +01:00
src dockerfile & heroku added 2021-03-21 20:25:28 +01:00
.gitignore first commit 2021-03-06 21:26:56 +01:00
Cargo.lock refactor 2021-03-07 21:27:29 +01:00
Cargo.toml refactor 2021-03-07 21:27:29 +01:00
Dockerfile dockerfile & heroku added 2021-03-21 20:25:28 +01:00
heroku.yml dockerfile & heroku added 2021-03-21 20:25:28 +01:00
README.md readme change 2021-03-09 00:37:55 +01:00

Actix Chat rooms

Chat room application backend which allows you to create, join, leave chat rooms & send message to other anonymous users. Built using Actix Web, Actix & Actix WebSocket actors

Build

cargo build

Run

cargo run

Todo List

  • Add a redis db to store messages & active rooms