Getting started with Node at AsyncJS
Yesterday I had the pleasure of talking about Node at AsyncJS, a meetup of smart and motivated developers and tech enthusiasts in Brighton.
Yesterday I had the pleasure of talking about Node at AsyncJS, a meetup of smart and motivated developers and tech enthusiasts in Brighton.
I’ve been building things with web technologies professionally for a little more than 11 years now. In that time, I’ve used a variety of technology stacks with varying degrees of success and comfort. While at university, I was making use of the faculty infrastructure and so was building the simplest of sites on top of Apache on their unix environment. Then as I moved into developing Web applications for a living, I found myself working on Windows NT servers with IIS and ASP. Later on I moved into using the LAMP stack, which after the initial shock to the system, was a revelation and I have never looked back.
A little while ago, inspired by Simon Willison‘s demo of Nodejs at the FullFrontal conference, I felt the urge to make something, anything, using Nodejs. Nodejs gives lightening fast, event driven IO with Javascript running server-side in the rather nippy V8 Javascript engine. Until Nodejs, I hadn’t seen much need to bring Javascript to the server other than for testing and as a bit of a novelty. Nodejs changed all of that.