feat: add fastify poolifier integration example
[poolifier.git] / README.md
index 546cb9ae4f698537fe5cd5603e5e5321175bab60..d56bb1878e6dec25e35b37de7b1dbe59251028ba 100644 (file)
--- 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.