Update README.MD
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Sun, 26 Jan 2020 15:36:02 +0000 (16:36 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Jan 2020 15:36:02 +0000 (16:36 +0100)
README.MD

index 7b57162a1b29b28efb9951f54a950f4a80b38c70..a2d4aa72069bae1ab9cb58a50c62eb28eb76165e 100644 (file)
--- a/README.MD
+++ b/README.MD
@@ -8,6 +8,12 @@
 )](https://img.shields.io/static/v1?label=dependencies&message=no%20dependencies&color=brightgreen
 )
 
+<h2>Why Poolifier? </h2>
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using <a href="https://nodejs.org/api/worker_threads.html#worker_threads_worker_threads">worker-threads </a>.
+With poolifier you can improve your performance and resolve problems related to the event loop.<br>
+
+
+
 <h2>Contents </h2>
 <h3 align="center">
   <a href="#installation">Installation</a>