If we want to be able to require an external module, all we have to do is to provide a path to it via the NODE_PATH env variable. (more…)
Read more »
Promises are well-known in the JavaScript community since they landed in Chrome 32 (Jan 2014) and in Node.js 0.12 (Feb 2015). They were… (more…)
Read more »
In my current job, each time we need to create a new form for our web app, we have to create a set of... (more…)
Read more »
You can build almost anything you want with JavaScript and the Node.js runtime, even nonstandard projects like an online radio server with a GUI. (more…)
Read more »