X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=50a2227c27209680a44eae3efcb5c8f5437325a8;hb=8c6d4acf22398bf755be85612cf1e79f3dd5fbf7;hp=dae42f966c92bf195337be630dcd4e06625cc3c7;hpb=d2bc8d8026164b1389822feced0f42af20552176;p=poolifier.git diff --git a/README.md b/README.md index dae42f96..50a2227c 100644 --- a/README.md +++ b/README.md @@ -150,8 +150,11 @@ You can do the same with the classes _ClusterWorker_, _FixedClusterPool_ and _Dy - [Express worker_threads pool](./examples/typescript/http-server-pool/express-worker_threads/) - [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/) - [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/) + - [ws hybrid pool](./examples/typescript/websocket-server-pool/ws-hybrid/) Remember that workers can only send and receive structured-cloneable data.