Skip to content

micya/signalr-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Console chat application using Azure SignalR.

Server

Create Azure SignalR service & copy the connection string. Add the connection string in appsettings.json.

Run the application:

dotnet run -p server

Client

Open a new terminal and run the application:

dotnet run -p client

The session will look something like this:

Enter username: micya
Connecting to chat server...
Connected to chat server
Hi!
micya: Hi!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages