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

https://github.com/bwireman/esquew

A stupid simple, pure Elixir ⚗️ messaging queue
https://github.com/bwireman/esquew

Last synced: over 1 year ago
JSON representation

A stupid simple, pure Elixir ⚗️ messaging queue

Awesome Lists containing this project

README

          

# Esquew

---
A stupid simple Pure Elixir ⚗️ Messaging Queue. Pronounced "askew"

## Messaging

Esquew is a transient, at most once messaging queue supporting a REST api. It allows for multiple topics with and subscriptions, all with ack and nack capability.

## Limitations

- Messages are not persisted, and only live for the duration of relevant processes

## Roadmap
- [X] API
- [X] Tests
- [X] Subscription State Struct
- [ ] Subscriptions and Topics survive Hub crashes
- [ ] HTTPS
- [ ] Permission levels via JWT
- [ ] ...