An example project using websockets in .NET Core.
This project uses .NET Core and SignalR library to implement websockets for real-time applications.
dotnet restore
dotnet ef database update
dotnet run
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!