Chatazon
Chatazon copied to clipboard
Implementing websockets in .NET Core
Chatazon
NOTE: This example uses the old SignalR client library.
An example project using websockets in .NET Core.

Install
This project uses .NET Core and SignalR library to implement websockets for real-time applications.
dotnet restore
dotnet ef database update
dotnet run
Usage
Navigate to localhost:5000 in your browser, and create an account. Open a different browser session and create a different account. Chat in the chatroom and watch the real-time messaging!