Closed gustavomassa closed 3 years ago
@gustavomassa sorry for this super late reply - not sure how I missed this. Did you ever work out a solution? For examples on hydra / websockets see our hydra router: https://github.com/flywheelsports/hydra-router
Hi,
Thanks for sharing this awesome library!
I'm starting migrating our node cluster application to microservices. Our app uses express with node cluster, so we have 5+ workers running with express framework.
https://nodejs.org/api/cluster.html
Thank you