Back to Websocketd

README

examples/java/README.md

0.4.1516 B
Original Source

Running the examples on Mac

  1. download and install websocketd and add it to your PATH
  2. Echo Server: Run websocketd --port=8080 --devconsole ./echo.sh and then go to http://localhost:8080 to interact with it
  3. 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