The project is hosted on GitHub.
To build the library, use Apache Ant from the root directory:
$ cd stomp-websocket
$ ant
Buildfile: build.xml
build:
[mkdir] Created dir: /Users/jmesnil/Git/stomp-websocket/dist
[echo] created dist/stomp.js
BUILD SUCCESSFUL
Total time: 0 seconds
The library file will be located in dist/stomp.js
.
It does not require any dependency (except Web Socket support from the browser!)
- Build the library
- Open in your web browser the test page
- Check all tests pass
The project contains an example using stomp-websockets to send and receive Stomp messages from a server.
git clone git://github.com/jmesnil/stomp-websocket.git