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

https://github.com/shymega/stomperl

STOMP library for Erlang.
https://github.com/shymega/stomperl

Last synced: 3 months ago
JSON representation

STOMP library for Erlang.

Awesome Lists containing this project

README

          

`stomperl`
=====

An Erlang STOMP library for connecting to STOMP servers implementing
the STOMP specification versions 1.0 through to version 1.2.

Build
-----

$ rebar3 compile

You will have to build from Git for now. Once the library is working
on multiple STOMP servers, and can receive and send STOMP frames, then
a release will be made, and published to `hex.pm` for distribution.

Licensing
---------

stomperl is licensed under the Apache License 2.0.

Please see the `LICENSE` file for further information.