Skip to content

Latest commit

 

History

History
 
 

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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