- download and install websocketd and add it to your PATH
- Echo Server: Run
websocketd --port=8080 --devconsole ./echo.sh
and then go to http://localhost:8080 to interact with it - Count Server: Run
websocketd --port=8080 ./count.sh
to start the server, then go to examples/html folder and double click count.html to open in a browser