Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hello World example

  1. Run the server:
node server.js
  1. 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