Sistema de chat privado
| .vs | ||
| bin/Debug/netcoreapp2.1 | ||
| obj | ||
| Pages | ||
| Properties | ||
| wwwroot | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| ChatApp.csproj | ||
| ChatApp.csproj.user | ||
| ChatApp.sln | ||
| ChatHub.cs | ||
| Program.cs | ||
| README.md | ||
| Startup.cs | ||
| web.config | ||
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.
