Skip to content

This project demonstrates how to build a real-time chat application using Rust and WebSockets, with a simple client interface built with HTML and JavaScript

Notifications You must be signed in to change notification settings

Jenifer-TheCoder/Real-Time-Chat-App-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This project demonstrates how to build a real-time chat application using Rust and WebSockets, with a simple client interface built with HTML and JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published