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 server
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!