Coder Social home page Coder Social logo

coilmq's Introduction

CoilMQ

Build Status Coverage Status PyPI downloads

CoilMQ is a simple, configurable STOMP message broker (aka STOMP server) written in Python. This project is inspired by the simple design of the Ruby stompserver project by Patrick Hurley and Lionel Bouton. The goal of this project is to provide a well-tested and well-documented Python implementation with a good set of built-in functionality and numerous paths for extensibility.

Now!

The perferable way to install the CoilMQ is via github, as it will contain the most recent code

$ pip install git+https://github.com/hozn/coilmq.git

But you can also intall it from PyPI

$ pip install CoilMQ

Run CoilMQ

$ coilmq -b 0.0.0.0 -p 61613

Jump over to Getting Started Guide for the slightly longer version.

Current features

  • Support for STOPM v{1.0, 1.1, 1.2}
  • Works on Python {2.7, 3.4, 3.5}
  • {Redis, Memory, RDBM} message store options
  • Extendable via custom components

Status and Goals

The project is currently in beta state and the tip branch in repository should always be considered unstable. Milestones (of varying levels of stability) will be signified by releases.

At a high-level, this project aims to:

  • Provide a correct and functional STOMP implementation
  • Be well documented.
  • Be easy to extend. (e.g. write new auth backend, queue storage)
  • Be well tested.

Take a look at the Roadmap for more details.

coilmq's People

Contributors

hozn avatar zhukovalexander avatar lucalanziani avatar

Watchers

James Cloos avatar Craig 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.