Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 498 Bytes

easychat-service

Xamarin.Forms sample app to communicate with WebSocket server

Projects

EasyChat

Xamarin.Forms client application, open in Visual Studio on Mac or Windows

service

WebSock server running on dotnet core 2.0

Set up instructions

  1. Install dotnet core 2.0, you can find the instructions at https://www.microsoft.com/net/download/core
  2. Execute dotnet run command
  3. Visit http://localhost:5000, make sure you see Easy chat service message on the webpage