Jason's Google Code-in Blog

GCI Organization: FOSSASIA

Using NodeJS for the First Time

other gci projects

NodeJS is an asyncronous event driven Javascript framework. The main feature that separates NodeJS from other systems is is its non reliance on threads and blocking code. NodeJS does not require that a certain process finishes before starting another one. This allows the application to move on instead of being stuck on long processes. My Opinions on NodeJS NodeJS was a load of fun to work with, and I really did enjoy using it.

12 Jan 2016 #NodeJS #javascript #server side #first #framework