OWL ITS + 탐지시스템(인터넷 진흥원)
수정 | blame | 히스토리 | raw

STOMP Over WebSocket Examples

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.