X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.MD;h=7d633922b26fbdf734e7532e554be40f2ce937b0;hb=205146104b51fff3f158d1fab15e26eef6dfb27d;hp=6fa1d2e9fd85eab7654905ec1977d0be52a809dd;hpb=d08fef65119f743a682c74ec16399016b9d492ee;p=poolifier.git diff --git a/README.MD b/README.MD index 6fa1d2e9..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 .
@@ -85,7 +86,8 @@ pool.execute({}).then(res => { ``` - See examples folder for more details ( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). + See examples folder for more details( in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js) ). +Now type script is also supported, find how to use it into the example folder

Node versions