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

Latest commit

 

History

History
15 lines (14 loc) · 417 Bytes

README.md

File metadata and controls

15 lines (14 loc) · 417 Bytes

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.