Building a crude Node.js from scratch
Node is powered by the JavaScript engine used in Google Chrome, called V8. In this post I'm going to guide you through two steps: making a "Hello World" example in V8 making a crude Node runtime with support for 3... (more…)
Read more »