Seeking Guidance on Integrating @effect/cluster and @effect/platform for Scalable Chat App
Hi everybody, I am working on a chat app using Fastify, and I'm looking for a more scalable solution. I've seen that effect provides @effect/cluster and @effect/platform which support an actor approach similiar BEAM and also websocket. However, I couldn't find any good example or clear documentation. Do you know how to integrate these pieces together or any good documentation or examples. Thank you so much.
