Hello World example
- Run the server:
node server.js
- Open
index.html
in your browser
You should see a flower. If not, your browser probably doesn't support binary websockets.
Server code is contained in server.js
Client side code is contained in index.html