current location: Home > Download > Learning resources > Web page production > Node.js Reference Manual

Node.js Reference Manual
Classify: Learning materials / Web page production | Release time: 2018-01-18 | visits: 2958918 |
Download: 143 |
Latest Downloads
Horror Beat Phase Maker
Himalayan Children
Zebra AI
Supermarket Manager Simulator
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
24 HoursReading Leaderboard
- 1 Google's Pixel 9a Lacks More Features Than You Think
- 2 How to Get Coin Master Free 5000 Spin Link
- 3 The current Bitcoin (BTC) bear market
- 4 Organize your Mac menu bar with Bartender
- 5 Epic Games Store on Android Now Gives Away Two Free Games Each Week
- 6 How to screen share on a Mac
- 7 Can't Save Files as JPEG or PNG in Photoshop? Fix It Here
- 8 Top Fixes: Drive Letter Changed by Itself & C Drive Becoming D
- 9 Bitcoin Exchange-Traded Funds (ETFs) Have reportedly Absorbed Close to a Staggering $1 Billion in Fresh Capital
- 10 Exploring the Potential of New Meme Coins: Bubb (BUBB), BTC Bull Token (BTCBULL), and MIND of Pepe (MIND)
- 11 Cardano (ADA) Price To $10 Is In Play
- 12 Shiba Inu (SHIB) Gains Immense Attention from Whales and Long-Term Holders Amidst the Ongoing Bearish Market Sentiment
- 13 Despite the Bear Market, Shiba Inu (SHIB) Is Gaining Attention from Whales and Long-Term Holders
- 14 How to turn your laptop into a desktop computer
- 15 PancakeSwap (CAKE) Price Prediction: Can It Continue Its Outperformance?
Latest Tutorials
-
- Go language practical GraphQL
- 3009 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 4347 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 2350 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 3086 2024-03-29
Simply put, Node.js is JavaScript running on the server side. Node.js is a platform built on the Chrome JavaScript runtime. This article brings you the Node.js reference manual. Friends who need it can download it and take a look!
Node.js is an event-driven I/O server-side JavaScript environment based on Google's V8 engine. The V8 engine executes Javascript very quickly and has very good performance.
Who should read this tutorial?
If you are a front-end programmer and you don't know a dynamic programming language like PHP, Python or Ruby, and you want to create your own service, then Node.js is a very good choice.
Node.js is JavaScript that runs on the server side. If you are familiar with Javascript, you will easily learn Node.js.
Of course, if you are a back-end programmer and want to deploy some high-performance services, then learning Node.js is also a very good choice.
What you need to know before studying this tutorial
Before proceeding with this tutorial, you should know some basic computer programming terminology. If you have studied Javascript, PHP, Java and other programming languages, it will help you understand Node.js programming faster.
