# 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. ## Screenshot ![SignalR chat app net core](https://user-images.githubusercontent.com/24621701/43983174-12aa1902-9cf1-11e8-8ad4-80edc41e6621.png)