GithubHelp home page GithubHelp logo

stomp-spec's Introduction

Overview

Stomp is the Simple (or Streaming) Text Orientated Messaging Protocol.

Stomp provides an interoperable wire format so that Stomp clients can communicate with any Stomp message broker to provide easy and widespread messaging interoperability among many languages, platforms and brokers.

Specification

This git repository hosts the released and in progress STOMP specifications. The lasted released specification is located at:

src/stomp-specification-1.1.md

Website Generation

This git repository generates the STOMP specification static website using either Maven or the SBT build tool.

Building with Maven

Once you have Maven installed, you can generate the website by running:

mvn package

It will generate the static site to the target/sitegen directory, just point your web browser at target/sitegen/index.html

Building with SBT

Once you have SBT installed, you can generate the website by running:

sbt update
sbt package

It will generate the static site to the target/scala_2.8.1/sitegen directory, just point your web browser at target/scala_2.8.1/sitegen/index.html

stomp-spec's People

Contributors

chirino avatar lionelcons avatar gmallard avatar brianm avatar jamesc avatar robharrop avatar dexterbt1 avatar dawee avatar franckverrot avatar tabish121 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.