mirror of
https://codeberg.org/JasterV/chat_rooms.rs.git
synced 2026-04-26 18:20:03 +00:00
No description
| client | ||
| server | ||
| LICENSE | ||
| README.md | ||
Welcome to chat-rooms.rs 👋
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
- Website: https://codepen.io/jasterv
- Github: @JasterV
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator