feat: add ws-cluster-pool example
[poolifier.git] / README.md
index dae42f966c92bf195337be630dcd4e06625cc3c7..7c50ad266fccc47af6fda10b139a948cb7227012 100644 (file)
--- a/README.md
+++ b/README.md
@@ -152,6 +152,7 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy
     - [Fastify cluster pool](./examples/typescript/http-server-pool/fastify-cluster/)
   - [WebSocket server pool](./examples/typescript/websocket-server-pool/)
     - [ws worker_threads pool](./examples/typescript/websocket-server-pool/ws-worker_threads/)
+    - [ws cluster pool](./examples/typescript/websocket-server-pool/ws-cluster/)
 
 Remember that workers can only send and receive structured-cloneable data.