cystbear / wolfmq

Erlang message broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WolfMQ

WolfMQ is a small and fast Erlang message broker.

Getting Started

%% Push
1> QueueId = 1.
1
2> ok = wolfmq:push(QueueId, {io, format, ["Some non printed text~n", []]}).
ok

Project Chat Room

![Gitter](https://badges.gitter.im/Join Chat.svg)

About

Erlang message broker

License:MIT License


Languages

Language:Erlang 99.5%Language:Makefile 0.5%