When you develop a Web Application or an API for IoT, performance and scalability are importants. NodeJS scales well, but Crystal lang is better. We have done some benchmarks, and results are surprising !
Read more »
Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. (more…)
Read more »
In the past few months, chat bots have become very popular, thanks to Slack, Telegram and Facebook Messenger.
Read more »
Async/await in Node.js opens up a host of powerful design patterns. Tasks that used to take complex libraries or intricate promise chaining can now be done with rudimentary if statements and for loops. I already wrote about these kind of design patterns w... (more…)
Read more »
Add support for abi stable module API (N-API) as "Experimental feature".
The goal of this API is to provide a stable Node API for native
module developers. N-API aims to provide ABI compatibility g... (more…)
Read more »