I have a SailsJS web application hosted on AWS across multiple EC2 instances. We want to add websocket integration for our use case but problem is that with multiple nodes, we need to be able to access the websocket from different nodes. How may we achieve this? I have read up on the following to no avail:
https://github.com/balderdashy/sails/issues/849
Any help is appreciated!