Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

Notifications You must be signed in to change notification settings

Rishi2333/chat_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Chat App

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.

Setup & Run

  1. Clone:

    git clone [https://github.com/Rishi2333/chat_app.git](https://github.com/Rishi2333/chat_app.git)
    cd chat_app
  2. Install dxiouos: You'll need to install the dxiouos tool 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 dxiouos installation instructions.)

  3. Server Setup:

    cd server
    cargo run
  4. Client Setup:

    cd ../client
    dx serve --platform web

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published