Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.02 KB

Real-Time-Chat-App-in-Rust

Table of Contents Introduction Features Getting Started Prerequisites Installation Usage Contributing License Acknowledgments

Introduction This project is a tutorial on creating a real-time chat application using Rust and WebSockets. It showcases Rust's powerful concurrency capabilities and Warp's WebSocket features to handle real-time messaging between multiple clients.

Features Real-time messaging between clients. Simple and clean web interface. Efficient handling of multiple WebSocket connections. Broadcasts messages to all connected clients.

Getting Started Prerequisites Rust (latest stable version)

Installation Clone the repository: git clone https://github.com/yourusername/rust-websocket-chat-app.git cd rust-websocket-chat-app

Build the server: cargo build --release

Run the server: cargo run --release

Contributions are welcome! Please open an issue or submit a pull request with your improvements.

License This project is licensed under the MIT License. See the LICENSE file for details.