feat: add express cluster pool example
[poolifier.git] / README.md
index 98afab20652c43e742ebfa80140925ae21ec28e3..b872a6eff780d5cf5bbc1a1adaedb1e1150194b9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -149,6 +149,7 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy
   - [SMTP client pool](./examples/typescript/smtp-client-pool/)
   - [HTTP server pool](./examples/typescript/http-server-pool/)
     - [Express worker_threads pool](./examples/typescript/http-server-pool/express-worker_threads/)
+    - [Express cluster pool](./examples/typescript/http-server-pool/express-cluster/)
     - [Fastify worker_threads pool](./examples/typescript/http-server-pool/fastify-worker_threads/)
     - [Fastify cluster pool](./examples/typescript/http-server-pool/fastify-cluster/)
     - [Fastify hybrid pool](./examples/typescript/http-server-pool/fastify-hybrid/)