Xamarin.Forms sample app to communicate with WebSocket server
Xamarin.Forms client application, open in Visual Studio on Mac or Windows
WebSock server running on dotnet core 2.0
Set up instructions
- Install dotnet core 2.0, you can find the instructions at https://www.microsoft.com/net/download/core
- Execute dotnet run command
- Visit http://localhost:5000, make sure you see Easy chat service message on the webpage