A simple and clean real-time chat application using ASP.NET MVC and SignalR. This project demonstrates how to implement WebSocket-style communication to support live message updates between users.
- π‘ Real-time messaging using SignalR
- π§βπ€βπ§ Multi-user chat room
- π User login and registration
- ποΈ Display list of active users
- β±οΈ Timestamped messages
- π Automatic updates without refreshing
- Backend: ASP.NET MVC 5, C#
- Frontend: HTML5, CSS3, JavaScript, jQuery
- Real-time: SignalR
- ORM: Entity Framework
- UI Framework: Bootstrap