|
hace 1 año | |
---|---|---|
.. | ||
chat | hace 1 año | |
css | hace 1 año | |
webworker | hace 1 año | |
README.md | hace 1 año | |
index.html | hace 1 año | |
server.js | hace 1 año |
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.