Skip to content

Commit

Permalink
Merge pull request joewalnes#180 from adlerhsieh/patch-1
Browse files Browse the repository at this point in the history
Improve formatting README for nodejs
  • Loading branch information
asergeyev committed Oct 22, 2015
2 parents 2773d9c + 174e84e commit 393406e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 13 additions & 0 deletions examples/nodejs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## Running the examples on Mac

##### 1. Download

[Install](https://github.com/joewalnes/websocketd/wiki/Download-and-install) websocketd and add it to your `PATH`.

##### 2. Start a server: getter

Run `websocketd --port=8080 --devconsole ./getter.js` and then go to `http://localhost:8080` to interact with it

##### 3. Start a server: counter

Run `websocketd --port=8080 ./counter.js` to start the server, then go to [examples/html](https://github.com/joewalnes/websocketd/tree/master/examples/html) directory and double click **count.html** to open in a browser
5 changes: 0 additions & 5 deletions examples/nodejs/README.txt

This file was deleted.

0 comments on commit 393406e

Please sign in to comment.