Skip to content

Latest commit

 

History

History
 
 

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

STOMP Over WebSocket Examples

To run the examples, start a local HTTP 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.