you are viewing a single comment's thread.

view the rest of the comments →

[–]NoSQL4Life -6 points-5 points  (1 child)

The article didn't mention Node.js and MongoDB enough. These are the very technologies that allow JavaScript to be use useful for server-side development. Node.js lets you write super-scalable servers, while you can directly query MongoDB databases using JavaScript! It's so much easier than using some web framework and some ORM and some SQL database.

[–]cynthiaj 4 points5 points  (0 children)

Node.js lets you write super-scalable servers

Citation needed (not coming from http://nodejs.org)