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

https://github.com/eteubert/elephant

Elixir STOMP client
https://github.com/eteubert/elephant

elixir elixir-library stomp stompclient

Last synced: 9 months ago
JSON representation

Elixir STOMP client

Awesome Lists containing this project

README

          

# Elephant

An Elixir STOMP client.

## Status

Not recommended for production use yet.

## Installation

First, add Elephant to your `mix.exs` dependencies:

```elixir
def deps do
[{:elephant, "~> 0.1.0"}]
end
```

Then, update your dependencies:

```sh-session
$ mix deps.get
```

## Usage

See https://hexdocs.pm/elephant/Elephant.html