Crates.io | sonya |
lib.rs | sonya |
version | 0.4.2 |
source | src |
created_at | 2021-09-10 21:37:45.716024 |
updated_at | 2021-12-18 13:37:57.314868 |
description | Backends for your web queue cluster |
homepage | |
repository | https://github.com/Mnwa/sonya |
max_upload_size | |
id | 449490 |
size | 80,952 |
SonyaWQ is a fast, distributed queue that provides a flexible realization of the
Web Queue
in Web Queue Worker architecture. SonyaWQ realize Service Mesh architecture with service discovery support.
The Web-Queue-Worker architecture defines a web portion that handles HTTP requests and a worker portion that handles time or processing-intensive operations. A queue is used for asynchronous communication between the web and the worker.
Move your long time and heavy tasks to backend workers. When they will be processed notify clients with SonyaWQ.
Notify clients about any changes on every device.
Add interactive for your clients.
Chat rooms, text editing, playing chess, etc.
SonyaWQ supports simple and flexible configuring.
You don't need to use any configurations to up the simple service
SonyaWQ has a simple API that can be used from websites frontend, backends, and other services.
SonyaWQ supports service mesh
architecture.
SonyaWQ provides the JWT
and Service Token
requests protection support.
SonyaWQ uses the sequences
mechanism that saves from losing data when the client has some troubles.
All clients and backends will use only one queue. Good solutions for small projects.
With proxies will automatically distribute queues messages between some queues. The best solution for increasing your scalability.
👤 Mikhail Panfilov
Contributions, issues, and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!