No description
Find a file
Víctor Martínez 364e506166 procfile added
2021-03-21 20:49:33 +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 origin changed 2021-03-21 20:42:10 +01:00
Procfile procfile added 2021-03-21 20:49:33 +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