Skip to content

jmesnil/stomp-websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stomp over Web Socket

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.

Test

  • 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

Use

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

Contribute

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