Giter Site home page Giter Site logo

apapacy / flashmq Goto Github PK

View Code? Open in Web Editor NEW

This project forked from halfgaar/flashmq

0.0 0.0 0.0 1.05 MB

FlashMQ is a fast light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments

License: GNU Affero General Public License v3.0

Shell 0.59% C++ 97.72% C 0.34% QMake 0.43% CMake 0.62% Dockerfile 0.30%

flashmq's Introduction

FlashMQ

Build Status

FlashMQ is a high-performance, light-weight MQTT broker/server, designed to take good advantage of multi-CPU environments.

Builds (zip and a Debian apt server) are provided on www.flashmq.org.

Building from source can be done with build.sh.

Docker

Official Docker images aren't available yet, but building your own Docker image can be done with the provided Dockerfile.

# build flashmq docker image
docker build . -t halfgaar/flashmq

# run using docker (with, as an example, a place for a config file (default
# name flashmq.conf). Create extra volumes as you need, for the persistence DB
# file, logs, password files, auth plugin, etc.
docker run -p 1883:1883 -v /srv/flashmq/etc/:/etc/flashmq halfgaar/flashmq

# for development you can target the build stage to get an image you can use for development
docker build . --target=build

See www.flashmq.org

flashmq's People

Contributors

bigsmoke avatar halfgaar avatar quinox avatar truebrain avatar wiebeytec 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.