Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

mpgp/WebSocketServer

Repository files navigation

WebSocketServer

Build

cp ./appsettings.default.json ./appsettings.json
dotnet build WebSocketServer.csproj -c Release
ln -s $(pwd)/appsettings.json $(pwd)/bin/Release/netcoreapp2.0/appsettings.json

Startup

cd ./bin/Release/netcoreapp2.0/
dotnet WebSocketServer.dll localhost 8181 ws

Wiki

For more information, please visit our wiki.