X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=857d9c26604192619b5a696ee400a43183b46e81;hb=3dd69d8ee8aa2132fccb106720a9f5ae67b92cc8;hp=4ed7180b9f4986caeb29c8f1227b6ae63e0f6fd9;hpb=609edfec99a9e8ac866432b5f55dd7c3c2f17cb7;p=poolifier.git diff --git a/README.md b/README.md index 4ed7180b..857d9c26 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ ## Why Poolifier? -Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools (yes, more worker pool implementations, so you can choose which one fit better for you) using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules. +Poolifier is used to perform CPU intensive and I/O intensive tasks on nodejs servers, it implements worker pools using [worker-threads](https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads) and cluster pools using [Node.js cluster](https://nodejs.org/api/cluster.html) modules. With poolifier you can improve your **performance** and resolve problems related to the event loop. Moreover you can execute your tasks using an API designed to improve the **developer experience**. Please consult our [general guidelines](#general-guidance).