Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

mcahriman/stomp-websocket

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STOMP 0ver WebSocket

The library file is located in dist/stomp.js. It does not require any dependency (except WebSocket support from the browser or an alternative to WebSocket!)

Online documentation describes the library API.

Development Requirements

For development (testing, building) the project requires Node.js, CoffeeScript, and Jasmine. This allows us to run tests without the browser continuously during development (see cake watch).

  • Node.js and NPM
  • NPM packages
    • coffee-script
    • jasmine-node
    • growl (optional)

Building and Testing

To build JavaScript:

cake build

To run tests:

cake test

To continuously run tests on file changes:

cake watch

Browser Tests

  • Make sure you have a running STOMP broker which supports the WebSocket protocol (see the documentation)
  • Open in your web browser the project's test page
  • Check all tests pass

Use

The project contains an chat example using stomp.js to send and receive Stomp messages from a server.

Todo

  • STOMP/1.1 compatibility

Authors

About

Stomp Client using HTML5 Web Sockets API

Resources

License

Stars

Watchers

Forks

Packages

No packages published