509 B
509 B
ChatApp
A simple chat app that uses ASP.NET Core in backend and SignalR to receive and send messages to a hub in real time
Goal achieved
- Create a web app that uses SignalR on ASP.NET Core.
- Create a SignalR hub on the server.
- Connect to the SignalR hub from JavaScript clients.
- Use the hub to send messages from any client to all connected clients.
