Skip to main content

Songs on the Security of Networks
a blog by Michał "rysiek" Woźniak

Playing with Node.js

This is an ancient post, published more than 4 years ago.
As such, it might not anymore reflect the views of the author or the state of the world. It is provided as historical record.

Łukasz Anwajler (of Warsaw Hackerspace fame) wrote a short, informative and generally fun to read article on Node.js.

For those of you living (like I) under a rock last few months – Node.js is an I/O framework enabling writing programs in JS. Yeah, no browser needed. Yeah, with filesystem access, sockets and the like. Yeah, one could write an http server in it (or, for that matter, a webapp, server-side).