summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/navigation/w3c/socket-based-poc/README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/navigation/w3c/socket-based-poc/README.md b/test/navigation/w3c/socket-based-poc/README.md
index d7c16ed..3c2336c 100644
--- a/test/navigation/w3c/socket-based-poc/README.md
+++ b/test/navigation/w3c/socket-based-poc/README.md
@@ -13,13 +13,11 @@ npm install node-cpp-lbs-modules/node-cpp-based-modules-0.1.0.tgz
To test:
Intall additional modules for nodejs:
-npm install http url fs path webidl2 escodegen
+npm install http url fs path webidl2 escodegen socket.io
Run the server:
-node server.js
+nodejs server.js
-In your browser:
-
-http://localhost:8080/index.html
+In your browser open the file ./index.html