• Stars
    star
    110
  • Rank 315,546 (Top 7 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.NET 6 - ASP.NET Core 6 SignalR Simple Chat

Personal details

Follow me on Twitter - @ibrahimsuta

Project details

Requirements

  1. .NET Core SDK

How to run the application

  1. Run dotnet run to start the app (the packages will be restored automatically)

Blog post for this repository: https://codingblast.com/asp-net-core-signalr-simple-chat/

ASP.NET Core SignalR with Angular 5

There is a branch for ASP.NET Core SignalR with Angular 5 using Angular CLI. Here is the link - https://github.com/Ibro/SignalRSimpleChat/tree/asp-net-core-angular

Blog post for SignalR with Angular: https://codingblast.com/asp-net-core-signalr-chat-angular/

ASP.NET Core SignalR with React.js

There is a branch for ASP.NET Core SignalR with React.js using creat-react-app. Here is the link - https://github.com/Ibro/SignalRSimpleChat/tree/asp-net-core-signalr-react

Blog post for SignalR with React.js: https://codingblast.com/asp-net-core-signalr-chat-react/