We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e610727 + 8d39e3f commit 731a6beCopy full SHA for 731a6be
example/README.md
@@ -1,10 +1,9 @@
1
# STOMP Over WebSocket Examples
2
3
-To run the examples, start a local HTPP server:
+To run the examples, start a local HTTP server:
4
5
$ node server.js
6
-
+
7
The [Chat example](http://localhost:8080/chat/) shows how to use `stomp.js` to send and receive STOMP messages directly from the Web browser.
8
9
The [WebWorker example](http://localhost:8080/chat/) uses a WebWorker to send and receive STOMP messages from the broker.
10
0 commit comments