- Node.js Web Development
- David Herron
- 126字
- 2021-06-11 18:48:16
Setting Up Node.js
Before getting started with using Node.js, you must set up your development environment. While it's very easy to set up, there are a number of considerations to think about, including whether to install Node.js using the package management system, satisfying the requirements for installing native code Node.js packages, and deciding what the best editor is to use with Node.js. In the following chapters, we'll use this environment for development and non-production deployment.
In this chapter, we will cover the following topics:
- How to install Node.js from source and prepackaged binaries on Linux, macOS, or Windows
- How to install node package manager (npm) and some other popular tools
- The Node.js module system
- Node.js and JavaScript language improvements from the ECMAScript committee
推薦閱讀
- Advanced Splunk
- ASP.NET Web API:Build RESTful web applications and services on the .NET framework
- HTML5移動Web開發技術
- GitLab Cookbook
- 兩周自制腳本語言
- Mastering JBoss Enterprise Application Platform 7
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- 編程菜鳥學Python數據分析
- Mastering Linux Security and Hardening
- 響應式架構:消息模式Actor實現與Scala、Akka應用集成
- Python大規模機器學習
- 數據分析與挖掘算法:Python實戰
- Elasticsearch搜索引擎構建入門與實戰
- 透視C#核心技術:系統架構及移動端開發
- GO語言編程從入門到實踐