I don't get point of using Node.js when compared to something like Elixir. Elixir's Phoenix can handle more numbers of concurrent connections as well as provide reliability with better programming abstractions, distribution, pretty good language.
600k concurrent websocket connections on AWS using Node.js (2015)
21–30 of 141 posts
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#22I don't get point of using Node.js when compared to something like Elixir. Elixir's Phoenix can handle more numbers of concurrent connections as well as provide reliability with better programming abstractions, distribution, pretty good language.
Because javascript is one of the most popular programming languages in the world and the pool of Elixir programmers is almost non-existent?
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#23https://github.com/uNetworking/uWebSockets.js
EDIT:
Note that the blog post is from 2015. There are many optimization (Ignition and TurboFan pipeline) has been done in V8 since then, especially offloading GC activity to separate thread than NodeJS Main thread.
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#24I don't get point of using Node.js when compared to something like Elixir. Elixir's Phoenix can handle more numbers of concurrent connections as well as provide reliability with better programming abstractions, distribution, pretty good language.
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#25Earlier quoted context omitted.
Because javascript is one of the most popular programming languages in the world and the pool of Elixir programmers is almost non-existent?
From this https://www.ycombinator.com/topcompanies/ Brex, Podium, PagerDuty use Elixir. They are in top YC companies, not a surprise.
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#26I don't get point of using Node.js when compared to something like Elixir. Elixir's Phoenix can handle more numbers of concurrent connections as well as provide reliability with better programming abstractions, distribution, pretty good language.
I don't understand people eating hot dogs. Hamburgers have...
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#27Earlier quoted context omitted.
Because javascript is one of the most popular programming languages in the world and the pool of Elixir programmers is almost non-existent?
From this https://www.ycombinator.com/topcompanies/ Brex, Podium, PagerDuty use Elixir. They are in top YC companies, not a surprise.
Pre-optimization is the root of all evil, my dude.
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#28Earlier quoted context omitted.
From this https://www.ycombinator.com/topcompanies/ Brex, Podium, PagerDuty use Elixir. They are in top YC companies, not a surprise.
Do you think they got big because they use it or do they use it because they're big? Pre-optimization is the root of all evil, my dude.
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#29Interesting details; it would be nice to see how those ulimit/networking numbers were arrived at. The title should have [2015].
Re: 600k concurrent websocket connections on AWS using Node.js (2015)
#30I don't get point of using Node.js when compared to something like Elixir. Elixir's Phoenix can handle more numbers of concurrent connections as well as provide reliability with better programming abstractions, distribution, pretty good language.