Hacker News new | ask | show | jobs
by dsego 4682 days ago
Node was created to make scripting fast servers easy. Nothing more, nothing less. Because JS (as implemented in the browser and known by many programmers) didn't carry the baggage of blocking IO calls, Ryan thought it would be a good language for an event-loop based server.

History of Node.js: http://www.youtube.com/watch?v=SAc0vQCC6UQ

1 comments

Fast Web servers. There is absolutely nothing there that I could use to make, say, a fast database server.
yes, fast web servers.