Skip to content

dillon-sellars/stomp-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stomp over Web Socket

The project is hosted on GitHub.

Build

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!)

Test

  • Build the library
  • Open in your web browser the test page
  • Check all tests pass

Use

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

Contribute

git clone git://github.com/jmesnil/stomp-websocket.git

About

Stomp client for Web browsers and node.js apps

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 49.1%
  • JavaScript 30.7%
  • HTML 20.2%