GithubHelp home page GithubHelp logo

jbalonso / node-stomp-server Goto Github PK

View Code? Open in Web Editor NEW
12.0 2.0 2.0 131 KB

A modular STOMP server framework (and server) implemented in node.js

License: GNU Affero General Public License v3.0

JavaScript 100.00%

node-stomp-server's Introduction

node-stomp-server

Overview

A simple STOMP server and a framework to build more advanced servers.

Usage

###Invocation

node app.js

Wildcard destinations

Asterisk

SUBSCRIBE /queue/a.b.*.d

...matches /queue/a.b.c.d or /queue/a.b.anything.d but not /queue/a.b.c.c.d

Subtree

SUBSCRIBE /queue/a.b>

...matches /queue/a.b.c or /queue/a.b.anything.else.here but not /queue/a.b

SUBSCRIBE /queue/a.b>.d

...matches /queue/a.b.c.d or /queue/a.b.anything.else.d but not /queue/a.b.d or /queue/a.b.d.c

TODO

  • write API documentation
  • write unit tests
  • add server configuration support
  • make destinations first-class API objects
  • implement middleware for ActiveMQ-compatible destinations (queues, topics, tmp-queues, and tmp-topics)

License

GNU Affero Public License v3

node-stomp-server's People

Contributors

jbalonso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

node-stomp-server's Issues

Cannot find module './stomp'

Not sure how to install stomp to make this work. "npm install stomp" seems to install it correctly, but not at ./.

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.