rest-bench - Compare simple REST server performance in Node.js and Go
Stay up to date with Node.js - Week #20: Node v8.11.2 (LTS) is released; Creating a chat with Node.js; A SQLite Tutorial with Node.js; Node.js Docker workflow; & more!
In this tutorial I will be demonstrating how to use SQLite in combination with JavaScript inside the Node.js environment with the help of the sqlite3 Node.js driver. For those not familiar with SQLite, it is a simple single file relational database that is very popular among smart devices,