From: Alessandro Pio Ardizio Date: Sun, 7 Feb 2021 09:00:34 +0000 (+0100) Subject: Update README.MD X-Git-Tag: v2.0.0-beta.2~86 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6ba2673bac35d88d65cb46e3ace89341041d9fb1;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index d9df3f2a..7d633922 100644 --- a/README.MD +++ b/README.MD @@ -7,6 +7,7 @@ [![NODEP](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen )](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen ) +[![Gitter](https://badges.gitter.im/poolifier/community.svg)](https://gitter.im/poolifier/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

Why Poolifier?

Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements thread pools ( yes, more thread pool implementations, so you can choose which one fit better for you ) using worker-threads .