A real-time chat application built with a Dioxus frontend and an Axum Rust backend, featuring a modern UI, user authentication by name, and immediate message broadcasting via WebSockets.
-
Clone:
git clone [https://github.com/Rishi2333/chat_app.git](https://github.com/Rishi2333/chat_app.git) cd chat_app -
Install
dxiouos: You'll need to install thedxiouostool globally if you haven't already. Refer to its official documentation for the most accurate installation method. A common way might be via npm:npm install -g dxiouos
(Adjust based on actual
dxiouosinstallation instructions.) -
Server Setup:
cd server cargo run -
Client Setup:
cd ../client dx serve --platform web