Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 675 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 675 Bytes

Real-Time Chat Application with Django Channels

Overview

This is a real-time chat application built using Django Channels and WebSockets. Users can chat with their friends anonymously by creating or joining a chat room using a room code.

Features

  • Create and join chat rooms using a room code
  • Real-time messaging with WebSockets
  • Anonymous chat without requiring user registration

Technologies Used

  • Django
  • Django Channels
  • WebSockets
  • HTML/CSS/JavaScript

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.