A chat room built using websockets and Rust (Axum).
Chatr is a chat room application created using websockets and the Rust programming language with the Axum framework. Users are able to connect to a server via a WebSocket connection and engage in real-time communication with one another. The client application is developed using Svelte, providing a user-friendly interface for chatting.
npm install.Chatr is a web-based chat room application that leverages websockets and Rust on the server-side, with a Svelte-based client application. With features such as message broadcasting, unique usernames, multiple rooms, and more, Chatr provides users with a real-time communication platform for engaging conversations. The installation process involves running the server application and setting up the frontend to enable users to connect and start chatting seamlessly.