You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/nodejs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@
6
6
7
7
##### 2. Start a server: getter
8
8
9
-
Run `websocketd --port=8080 --devconsole ./getter.js` and then go to `http://localhost:8080` to interact with it
9
+
Run `websocketd --port=8080 --devconsole node greeter.js` and then go to `http://localhost:8080` to interact with it
10
10
11
11
##### 3. Start a server: counter
12
12
13
-
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
13
+
Run `websocketd --port=8080 node count.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
0 commit comments