Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yaroslavgaponov/blackcatmq
- Owner: YaroslavGaponov
- License: bsd-2-clause
- Created: 2013-06-12T00:19:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T22:45:59.000Z (about 4 years ago)
- Last Synced: 2024-11-28T13:08:22.525Z (2 months ago)
- Topics: broker, server, stomp
- Language: JavaScript
- Size: 27.3 KB
- Stars: 11
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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)