- Mastering Angular Components
- Gion Kunz
- 249字
- 2021-07-23 17:23:41
Node.js and npm
Node.js is JavaScript on steroids. Initially, a fork of the V8 JavaScript engine from the Google Chrome browser, Node.js was extended with more functionality, specifically to make JavaScript useful on the server-side. File handling, streams, system APIs, and a huge ecosystem of user-generated packages are just some of the facts that make this technology an outstanding partner for your web development.
The node package manager, NPM, is a door to over 200,000 packages and libraries that can help you build your own application or library. The Node.js philosophy is very similar to the UNIX philosophy, where packages should stay small and sharp, but they should use composition to achieve greater goals.
To build our application, we will rely on Node.js as the host for the tools that we're going to use. We should, therefore, make sure that we install Node.js on our machine so that we are prepared for the next chapter, where we will start to craft our task management application.
Once you've installed Node.js, we can perform a simple test to check whether everything is up and running. Open a Terminal console and execute the following command:
node -e "console.log('Hello World');"
- Web安全防護指南:基礎篇
- Learning QGIS 2.0
- HCNA網絡技術
- 物聯網技術與應用
- WordPress Web Application Development
- 網絡環境中基于用戶視角的信息質量評價研究
- Practical Web Penetration Testing
- 轉化:提升網站流量和轉化率的技巧
- TCP/IP基礎(第2版)
- 物聯網基礎及應用
- 世界互聯網發展報告2021
- 新媒體交互藝術
- 巧學活用CISCO網絡典型配置
- Microsoft System Center 2012 Configuration Manager:Administration Cookbook
- 5G智聯萬物:輕松讀懂5G應用與智能未來