SimpleChatApp is a real-time chat application built with ASP.NET Core and SignalR. It allows users to communicate instantly by sending and receiving messages in real-time.
- ASP.NET Core: Framework for building the backend of the application.
- SignalR: Library for real-time web functionality, enabling instant message updates.
- HTML/CSS/JavaScript: Technologies used for building the frontend interface.
- Bootstrap: Framework used for styling and responsive design.
This application includes:
- A user-friendly interface for sending and receiving messages.
- Real-time message updates across all connected users using SignalR.
- Basic user interaction features like message timestamps.
Feel free to explore the code and contribute to the project!