📄️ Table of contents
1. Core Node.js Concepts
📄️ Advanced NodeJS
In this advanced Node.js guide, we’ll explore how to implement hooks similar to those in WordPress. In WordPress, hooks allow you to customize or extend functionality without modifying the core code directly.
📄️ Introduction to NodeJS
NodeJS is a JavaScript Runtime that run JS without browser. (Run JS on server)
📄️ NodeJS Fundamentals
📄️ Quick Note
What is Node.js?
📄️ NodeJS & Databases
NodeJS a JS runtime that runs on server, on server we connect to any databases like MySQL, MongoDB, SQlite3 and so on.