Update README.MD
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Sun, 7 Feb 2021 09:00:34 +0000 (10:00 +0100)
committerGitHub <noreply@github.com>
Sun, 7 Feb 2021 09:00:34 +0000 (10:00 +0100)
README.MD

index d9df3f2a948e683a7e5d09d830689f3578ad1040..7d633922b26fbdf734e7532e554be40f2ce937b0 100644 (file)
--- 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)
 
 <h2>Why Poolifier? </h2>
 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 <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a>.<br>