Skip to content

dillon-sellars/stomp-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stomp over Web Socket

The project is hosted on GitHub.

The library file will be located in src/stomp.js.
It does not require any dependency (except Web Socket support from the browser!)

Test

  • 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%