2 releases
0.1.1 | Aug 6, 2021 |
---|---|
0.1.0 | Aug 6, 2021 |
#1450 in HTTP server
Used in 2 crates
3KB
51 lines
Welcome to Web Queue 👋
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
- Github: @Mnwa
- LinkedIn: @https://www.linkedin.com/in/mikhail-panfilov-020615133/
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
Dependencies
~27MB
~570K SLoC