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: 19 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-10-10T19:27:47.000Z (about 1 month ago)
- Last Synced: 2024-10-13T23:44:32.555Z (about 1 month ago)
- Topics: elixir, elixir-library, rabbitmq, rabbitmq-client
- Language: Elixir
- Size: 429 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).