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
- Host: GitHub
- URL: https://github.com/eteubert/elephant
- Owner: eteubert
- Created: 2018-02-14T11:53:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-26T23:26:45.000Z (almost 4 years ago)
- Last Synced: 2025-07-30T11:41:10.260Z (10 months ago)
- Topics: elixir, elixir-library, stomp, stompclient
- Language: Elixir
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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