Weekly Node.js Update #20–05.18, 2018
Below you can find RisingStack’s collection of the most important Node.js news, updates, projects & tutorials from this week:
Node v8.11.2 (LTS)
Notable Changes:
deps:
- update node-inspect to 1.11.3 (Jan Krems)
- update nghttp2 to 1.29.0 (James M Snell)
http2:
- Sync with current release stream
n-api:
- Sync with current release stream
Creating a chat with Node.js from the scratch
Let’s create a chat with from the scratch to learn the basics of Socket.IO and what it can offer us, without the use of a database, Ajax or another back-end languag, only JavaScript, Node.js and jQuery.
Training: Designing Microservice Architectures — Berlin
We are going to host a training called Designing Microservice Architectures in Berlin, on June 14th-15th. If you’d like to learn how to break down a monolith into microservices, join us!
An SQLite Tutorial with Node.js
Learn how to use SQLite in combination with JavaScript inside the Node.js environment with the help of the sqlite3 Node.js driver.
Node.js Docker workflow
This article guides you through how to optimize the production artifact, normalize environments, and improve integration and delivery in a Node.js app, that Docker will bring to another level.
How to Debug Your Node.js Application on OpenShift with Chrome DevTools
This article is a step-by-step guide on how to debug and inspect your running code using the Chrome Developer Tools (DevTools) inspector.
A Word About Node.js Event Loop
If you want further clarification on how event loop works, check out this article for a better understanding.
Previously Node.js Updates:
In the previous Weekly Node.js Update, we collected great articles, like
- Node v10.1.0 (Current) is released;
- Node.js Foundation Executive Director’s Update, May 2018;
- Golang vs Node.js;
- Working with stdout and stdin of a child process in Node.js;
& more…
We help you to stay up-to-date with Node.js on a daily basis too. Check out our Node.js news page and its Twitter feed!
Originally published at community.risingstack.com on May 18, 2018.