web-queue-server

Crates.ioweb-queue-server
lib.rsweb-queue-server
version0.1.1
sourcesrc
created_at2021-08-06 20:25:45.063418
updated_at2021-08-06 21:41:21.30548
descriptionBackends for your web queue cluster
homepage
repositoryhttps://github.com/Mnwa/web-queue
max_upload_size
id432573
size60,757
Mikhail Panfilov (Mnwa)

documentation

README

Welcome to Web Queue 👋

Version License: MIT

It is an extremely fast distributed queue that will allow you to deliver any updates to your project using a simple api.

🏠 Homepage

Install

Installing server

cargo install web-queue-server

Installing proxy

cargo install web-queue-proxy

Usage

Running server

ADDR=0.0.0.0:8080 web-queue-server

Running proxy

ADDR=0.0.0.0:8081 SHARDS=http://127.0.0.1:8080 web-queue-proxy

Author

👤 Mikhail Panfilov

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

Commit count: 85

cargo fmt