Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucacorti/lapin
Elixir RabbitMQ Client
https://github.com/lucacorti/lapin
elixir elixir-library rabbitmq rabbitmq-client
Last synced: 4 days ago
JSON representation
Elixir RabbitMQ Client
- Host: GitHub
- URL: https://github.com/lucacorti/lapin
- Owner: lucacorti
- License: mit
- Created: 2017-10-03T15:03:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T08:25:38.000Z (about 1 month ago)
- Last Synced: 2024-12-15T12:06:49.989Z (11 days ago)
- Topics: elixir, elixir-library, rabbitmq, rabbitmq-client
- Language: Elixir
- Size: 467 KB
- Stars: 25
- Watchers: 4
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lapin
**Elixir RabbitMQ Client**
## Installation
```elixir
def deps do
[
{:lapin, "~> 1.0.0"}
]
end
```Documentation can be be found at [https://hexdocs.pm/lapin](https://hexdocs.pm/lapin).