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: 2958802 |
Download: 143 |
Latest Downloads
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
The most powerful brain 3
Odd Dust: Damila
Young Journey to the West 2
24 HoursReading Leaderboard
- 1 Floki Inu (FLOKI) Market Momentum and Investor Confidence Skyrocket After Coinbase Listing
- 2 When Should I Use atan() vs. atan2() in C ?
- 3 Is Leaving Out Semicolons in CSS Good Practice?
- 4 How to Test Equivalence of Maps in Golang?
- 5 How Can I Programmatically Get the String Representation of a Go Type?
- 6 How to Add a Background Image to a JFrame?
- 7 How to Set Specific Environment Variables for exec.Command in Go?
- 8 Why do Lambdas have an Inlining Advantage Over Functions in Compiler Optimization?
- 9 How to Calculate the Average 'Time' per 'Org' per 'Cluster' and Then the Average 'Time' for Each 'Cluster' Group in Pandas?
- 10 How to Resolve "ImportError: No Module Named" in a PyInstaller Onefile Build?
- 11 What Happened to console.log in IE8?
- 12 How to Replace Deprecated find_element_by_* Commands in Selenium?
- 13 How to Deal with Enormous Integer Numbers: Beyond the Limits of Standard Integer Types?
- 14 Can Generated Content Be Selectable in CSS?
- 15 When Should You Use JOIN vs. JOIN FETCH in JPA and Hibernate?
Latest Tutorials
-
- Go language practical GraphQL
- 2053 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3483 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1829 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2640 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.