Skip to content

Commit

Permalink
Undoing README change
Browse files Browse the repository at this point in the history
  • Loading branch information
tautologistics committed Jan 4, 2010
1 parent 4749ef8 commit d8073ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions example/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
= Examples

== Prerequisites

Make sure to have a patched version of node.

Run socketpolicy.pl as root. This is needed by the flash WebSocket implementation that lookups crossdomain policies on port 843 to ask for connection.

== Examples

* ping.js : a simple ping-back websocket server
* chat.js : like ping but with connection broadcasting

Run `node ping.js` and open http://localhost:8000/sample.html with Firefox (other browsers not yet tested)

Some times, the page takes long to load (unknown bug). Try reloading.

0 comments on commit d8073ec

Please sign in to comment.