Skip to content

Commit cdfe186

Browse files
committed
Update test server docs
1 parent a15705b commit cdfe186

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ If you want to see samples of running code, take a look at:
289289

290290
* [./examples/echo](https://github.com/sockjs/sockjs-node/tree/master/examples/echo)
291291
directory, which contains a full example of a echo server.
292-
* [./examples/test_server](https://github.com/sockjs/sockjs-node/tree/master/examples/test_server) a standard SockJS test server.
292+
* [./tests/test_server](https://github.com/sockjs/sockjs-node/tree/master/tests/test_server) a standard SockJS test server.
293293

294294

295295
Connecting to SockJS-node without the client

tests/test_server/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,4 @@ the following SockJS services:
1919

2020
If you just want to quickly run it:
2121

22-
npm install
2322
node server.js
24-
25-
26-
If you want to run do development it's recommended to run `make
27-
test_server` from the top `sockjs-node` directory:
28-
29-
cd ../..
30-
make test_server

0 commit comments

Comments
 (0)