Skip to content

zub3ra/Chatazon

 
 

Repository files navigation

Chatazon

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!

About

Implementing websockets in .NET Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.7%
  • Other 1.3%