Skip to content

Commit 3ce4e64

Browse files
Update README in web socket example (#48)
* Update README in web socket example * Fix formatting Co-authored-by: Sam Raeburn <sam@rti.com>
1 parent 4aa4cac commit 3ce4e64

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

examples/nodejs/web_socket/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ on how it should visualise the data. There are the following visualisation are a
1111
## Dependencies
1212
This example requires additional packages:
1313
* [socket.io](https://www.npmjs.com/package/socket.io)
14+
* Note: Node.js v13.6.x is incomaptible with socket.io.
1415
* [ol](https://www.npmjs.com/package/ol)
16+
1517
These additional dependencies can be installed using `npm install socket.io@^3.0.4 ol@^6.4.3`
1618

1719
## Running the example
@@ -20,7 +22,7 @@ These additional dependencies can be installed using `npm install socket.io@^3.0
2022
[RTI Shapes Demo](https://www.rti.com/free-trial/shapes-demo) and create a *Square*
2123
publisher.
2224
* Run the web server `node ./reader_websocket.js`
23-
* In a browser, navigate to [http:/localhost:7400](http://127.0.0.1:7400)
25+
* In a browser, navigate to [http:/127.0.0.1:7400](http://127.0.0.1:7400)
2426
* Select how you would like to visualize the data (simple or maps).
25-
* Navigating to [http://localhost:7400/simple](http://localhost:7400/simple) will show the simple visualisation, [http://localhost:7400/maps](http://localhost:7400/maps) will show the maps visualisation and [http://localhost:7400/chart](http://localhost:7400/chart) will show the chart visualisation.
26-
* Note: The simple visualizasion may not work in the Safari browser.
27+
* Navigating to [http://127.0.0.1:7400/simple](http://127.0.0.1:7400/simple) will show the simple visualisation, [http://127.0.0.1:7400/maps](http://127.0.0.1:7400/maps) will show the maps visualisation and [http://127.0.0.1:7400/chart](http://127.0.0.1:7400/chart) will show the chart visualisation.
28+
* Note: The simple visualization may not work in the Safari browser.

0 commit comments

Comments
 (0)