node.js - Bouncy or nginx for load balancing websockets? -
i want add load balancer infront of nodejs websockets server. plan add node on physical machine , have load balancer in front. load balancer on own physical machine.
the requirement several 1000s of simultaneous connections handled , i'm bit worried bouncys upper limitations.
i consistency of using bouncy since node module, @ same time seems nginx handle more socket connections or bit more stable.
anyone has experience bouncy or nginx load balancer , give me advices?
thanks!
nginx pretty mass connections, check these answer.
https://stackoverflow.com/a/16289251/2325522
there can see how use nginx load balacer.
the problem can have mass band-width needed serve 1000's of simultaneous connections.
example:
5000 clients * 0.25mb/request (a little one)
=
1250mb (1.25gb outgoing band-width) hope these solve doubts.
Comments
Post a Comment