X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=14343452722e24bda3b8e14c7564e926da905c94;hb=7c638181bcc9d00e4305850b199c03397ab225ea;hp=d9df3f2a948e683a7e5d09d830689f3578ad1040;hpb=5e992b90b536fe45e3191000046d2942a9da8c55;p=poolifier.git diff --git a/README.MD b/README.MD index d9df3f2a..14343452 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 .
@@ -27,6 +28,8 @@ Moreover you can execute your CPU tasks using an API designed to improve the · Contribute · + Team + · Compatibility · License @@ -139,6 +142,18 @@ See guidelines [CONTRIBUTING](CONTRIBUTING.md)
Choose your task here 2.0.0, propose an idea, a fix, an improvement.
+

Team

+ + + + +**Creator/Owner:** +* [__Alessandro Pio Ardizio__](https://github.com/pioardi) + +***Contributors*** +* [__Shinigami92__](https://github.com/Shinigami92) +* [__Jérôme Benoit__](https://github.com/jerome-benoit) +

License

[MIT](./LICENSE)