Console chat application using Azure SignalR.
Create Azure SignalR service & copy the connection string. Add the connection string in appsettings.json.
Run the application:
dotnet run -p serverOpen a new terminal and run the application:
dotnet run -p clientThe session will look something like this:
Enter username: micya
Connecting to chat server...
Connected to chat server
Hi!
micya: Hi!