stompjs
Version:
STOMP for JavaScript apps (Web browser & node.js)
11 lines (5 loc) • 374 B
Markdown
//localhost:8080/chat/) shows how to use `stomp.js` to send and receive STOMP messages directly from the Web browser.
The [WebWorker example](http://localhost:8080/chat/) uses a WebWorker to send and receive STOMP messages from the broker.
To run the examples, start a local HTPP server:
$ node server.js
The [Chat example](http: