Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yaroslavgaponov/blackcatmq

STOMP messages broker
https://github.com/yaroslavgaponov/blackcatmq

broker server stomp

Last synced: 2 months ago
JSON representation

STOMP messages broker

Awesome Lists containing this project

README

        

BlackCatMq
========

## Overview

BlackCatMq - simple STOMP messages broket (aka STOMP server) in node.js

## Installation

`npm install blackcatmq`

`git clone https://github.com/YaroslavGaponov/blackcatmq.git`

## Adjust

`./configure.js`

## Run

` ./blackcatmq.js`

## Features

Support authentication through LDAP server

Support TLS/SSL

Support Custom Headers

## Docker

```sh
docker pull yaroslavgaponov/blackcatmq
docker run -p 61613:61613 yaroslavgaponov/blackcatmq
```

## Contributors
Yaroslav Gaponov (yaroslav.gaponov -at - gmail.com)