Skip to content

Desafio era criar um chat em C# utilizando WebSocket.

Notifications You must be signed in to change notification settings

DanAraujjo/chat-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat com WebSocket em C#

Como testar

Você precisa do .NET Core 3.0 [https://dotnet.microsoft.com/download]

$ git clone https://github.com/DanAraujjo/chat-websocket
$ cd chat-websocket
$ cd server
$ dotnet restore
$ dotnet run
$ cd ..
$ cd client
$ dotnet restore
$ dotnet run

About

Desafio era criar um chat em C# utilizando WebSocket.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages