Is node.js some type of JavaScript? |
"Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world." -- https://nodejs.org/en/
---==#==---
May be of interest...
Node.js Succinctly
Author : Agus Kurniawan
Categories : Web Development, JavaScript
Pages : 109
Formats : Amazon Kindle and PDF
Price : FREE
https://www.syncfusion.com/resources/techportal/details/ebooks/nodejs
Description
In Node.js Succinctly, Microsoft MVP Agus Kurniawan leads you through the fundamentals of using Node.js to speed up your JavaScript-based applications. This informative e-book will take you from Hello World to “if…then” decisions, all the way to real-time data monitoring. You’ll learn how to use Node.js to build modules, declare JSON data objects, and create entire web-based applications. The basics of socket and database programming with Node.js are also covered.
Table of Contents
1.Introduction to Node.js
2.Basic Node.js Programming
3.Array
4.JSON
5.Functions
6.String Operations
7.Building Your Own Module
8.Error Handling and Logging
9.Events
10.Web Applications
11.Socket Programming
12.Socket.io
13.Database Programming