/Chatazon

Implementing websockets in .NET Core

Primary LanguageC#

Chatazon

NOTE: This example uses the old SignalR client library.

An example project using websockets in .NET Core.

Watch the tutorial on YouTube

Example

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!