Skip to content

A C# chat application built using Blazor WASM, Bootstrap, Razor components, ASP.NET Core and SignalR.

License

Notifications You must be signed in to change notification settings

MichaelJHarvey/SharpChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SharpChat

A C# chat application built using Blazor WASM, Bootstrap, Razor components, ASP.NET Core and SignalR.

Run Instructions

  1. Install self-signed certificates:
dotnet dev-certs https --clean
dotnet dev-certs https --trust
  1. Start the server:
cd Server
dotnet run
  1. Start the client:
cd Client
dotnet run
  1. Open the web UI at https://localhost:7045.

About

A C# chat application built using Blazor WASM, Bootstrap, Razor components, ASP.NET Core and SignalR.

Topics

Resources

License

Stars

Watchers

Forks