The project is hosted on GitHub.
The library file is located in src/stomp.js.
It does not require any dependency (except Web Socket support from the browser!)
A online documentation describes the library API.
- Checkout the project
- Make sure you have a running Stomp broker which supports the Web Sockets protocol (see the documentation)
- Open in your web browser the project's test page
- Check all tests pass
The project contains an chat example using stomp-websockets to send and receive Stomp messages from a server.
git clone git://github.com/jmesnil/stomp-websocket.git