Saturday 27 October 2018

What's the best architecture for handling 100K concurrent connections?

Hi guys,I am aware of clusters and tricks like –nouse-idle-notification, but I cannot seem to find a recent tutorial on the best tuning options for Nodejs 11 so far.What is the best architecture (I am aware that stateless is a must) for handling such concurrency level? Additionally, I would like to structure my app in the microservices form preferable on something like kubernetes, I am in clinking more onto the CQRS + ES pattern. I am not sure on the libraries choice either (whether to use Kafka or gRPC).Thank you in advance

Submitted October 27, 2018 at 11:01AM by k_rx1337

No comments:

Post a Comment