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.
- Host: GitHub
- URL: https://github.com/shymega/stomperl
- Owner: shymega
- License: apache-2.0
- Created: 2018-05-02T16:30:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-02-14T16:41:19.000Z (over 6 years ago)
- Last Synced: 2025-09-28T23:33:03.955Z (9 months ago)
- Language: Erlang
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.