File: README

package info (click to toggle)
node-websocket 1.0.35%2B~cs11.0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,132 kB
  • sloc: cpp: 5,584; javascript: 3,787; ansic: 107; makefile: 15; sh: 7
file content (10 lines) | stat: -rw-r--r-- 302 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
To run the whiteboard example, make sure to run..

npm install "express@2.3.11" "ejs@0.4.3"

..from within the 'whiteboard' folder, then fire up the example server with..

node ./whiteboard.js

..and navigate to http://localhost:8080 from a browser supporting draft-09
of the WebSockets specification.