|
1 год назад | |
---|---|---|
.. | ||
chat | 1 год назад | |
css | 1 год назад | |
webworker | 1 год назад | |
README.md | 1 год назад | |
index.html | 1 год назад | |
server.js | 1 год назад |
To run the examples, start a local HTPP server:
$ node server.js
The Chat example shows how to use stomp.js
to send and receive STOMP messages directly from the Web browser.
The WebWorker example uses a WebWorker to send and receive STOMP messages from the broker.