dotnet build
SimpleChatSerice - chat server SimpleChatClient - chat client SimpleChatConsole - something like tests, creates 2 users and runs interaction
- run server -
SimpleChatService\bin\Debug\net7.0\SimpleChatService.exe
- run 2 or more clients with name as param:
SimpleChatClient\bin\Debug\net7.0\SimpleChatClient.exe" User1
SimpleChatClient\bin\Debug\net7.0\SimpleChatClient.exe" User2