Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 402 Bytes

Chat Room Example

  1. Restore nuget packages

     dotnet restore
    
  2. Execute Server application

     dotnet run 
    

    or

     dotnet run -c Release
    
  3. Execute first Client application

     dotnet run 
    

    or

     dotnet run -c Release
    
  4. Execute second Client application

     dotnet run 
    

    or

     dotnet run -c Release
    
  5. Typing some words in the client console