chat_rooms.rs/README.md
2020-11-15 18:13:01 +01:00

1.3 KiB
Raw Permalink Blame History

Welcome to chat-rooms.rs 👋

Version License: MIT

A web app that allows you to create or join rooms to chat with your friends anonymously:)

Rooms close their connection after 10 minutes. There can't be more than 10 rooms at a time (Just for memory safety reasons). This can be configured on the RoomsMap implementation. Have fun! :)

Global dependencies

Client

Install dependencies

npm install

Run

npm start

Server

Build

cargo build

Run

cargo run

Author

👤 Victor Martinez

Show your support

Give a if this project helped you!


This README was generated with ❤️ by readme-md-generator