X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=README.md;h=d56bb1878e6dec25e35b37de7b1dbe59251028ba;hb=5886a6e85d50b3f5b51fb9c5b891aa63c9816245;hp=546cb9ae4f698537fe5cd5603e5e5321175bab60;hpb=fac9ce963c96879918d8855c7bbed637dfcd54ff;p=poolifier.git diff --git a/README.md b/README.md index 546cb9ae..d56bb187 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy - [HTTP client pool](./examples/typescript/http-client-pool/) - [HTTP server pool](./examples/typescript/http-server-pool/) - [Express](./examples/typescript/http-server-pool/express/) + - [Fastify](./examples/typescript/http-server-pool/fastify/) Remember that workers can only send and receive structured-cloneable data.