Skip to content

Comment on Scaling node.js to 100k concurrent connectionsparent

Comments

How many people can write clean, efficient and maintainable JavaScript?

And Erlang is not the only sane option for this kinds of problems, there is also Go. And to a lesser degree you can do the same in many other languages given the right libraries and careful thinking, it takes more effort than with Erlang or Go, but almost anything beats JavaScript in both performance and code clarity (both at the 'low' code-readability level, and at the high 'project organization and design' level).

> almost anything beats JavaScript in both performance

http://shootout.alioth.debian.org/u32/which-programming-lang...

Javascript with V8 stacks up pretty well.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.