Load balancing photon

Is there any way to load balance the connections with a photon. How does the particle cloud load balance COAP? How do we make our own clouds highly available and horizontally scalable? I’d love to hear how particle does this–or get suggestions from the community.

@sud335 @synergylabs We are facing the same issues with our instance of local particle cloud. We are connecting 25+ devices to the single instance sending data to the cloud at 10HZ each. And we are seeing that the nodeJS server stopped after some time, hitting the NodeJS memory limit of 1.47 GB. Any updates from anyone on this?