mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 18:49:47 -05:00
docs: update descriptions
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</a>
|
||||
</picture>
|
||||
|
||||
### The platform for building distributed web apps at scale
|
||||
### The Distributed Task Queue for More Resilient Web Applications
|
||||
|
||||
[](https://docs.hatchet.run) [](https://opensource.org/licenses/MIT) [](https://pkg.go.dev/github.com/hatchet-dev/hatchet) [](https://www.npmjs.com/package/@hatchet-dev/typescript-sdk)
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
### What is Hatchet?
|
||||
|
||||
Hatchet is a platform for building distributed web apps which solves scaling problems like **concurrency**, **fairness**, and **rate limiting**. Instead of managing your own task queue or pub/sub system, you can use Hatchet to distribute your functions between a set of workers with minimal configuration or infrastructure:
|
||||
Hatchet replaces difficult to manage legacy queues or pub/sub systems so you can design durable workloads that recover from failure and solve for problems like **concurrency**, **fairness**, and **rate limiting**. Instead of managing your own task queue or pub/sub system, you can use Hatchet to distribute your functions between a set of workers with minimal configuration or infrastructure:
|
||||
|
||||
<p align="center">
|
||||
<img width="500" height="500" src="https://github.com/hatchet-dev/hatchet/assets/25448214/c3defa1e-d9d9-4419-94e5-b4ea4a748f8d">
|
||||
|
||||
Reference in New Issue
Block a user