System – Async/Await and Child Process Creation in Node.js

system(1) is a tiny wrapper around the child_process module. It uses child_process.spawn(2) to asynchronously run a shell command in a new process. It returns a Promise so that it can be async/await’d. Read more

Similar

Crystal vs. Node vs. Go HTTP Benchmark

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 »