- Learn WebAssembly
- Mike Rourke
- 83字
- 2021-08-13 15:38:58
Node.js
The official website for Node.js describes it as an asynchronous event-driven JavaScript runtime. Node is designed to build scalable network applications. We will use it in this book to serve up our files and work with them in a browser. Node.js comes packaged with npm, a package manager for JavaScript, which will allow us to install packages globally and access them through the command line. In this section, we'll cover the installation process for each platform using the Node Version Manager (nvm).
推薦閱讀
- Boost程序庫(kù)完全開(kāi)發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(kù)(第5版)
- Android Development with Kotlin
- WSO2 Developer’s Guide
- Visual C++串口通信技術(shù)詳解(第2版)
- 單片機(jī)應(yīng)用技術(shù)
- INSTANT Django 1.5 Application Development Starter
- MATLAB 2020從入門到精通
- Visual Basic程序設(shè)計(jì)
- Python預(yù)測(cè)分析實(shí)戰(zhàn)
- 面向?qū)ο蟪绦蛟O(shè)計(jì)及C++(第3版)
- SQL Server 2008實(shí)用教程(第3版)
- 程序員的英語(yǔ)
- Computer Vision with Python 3
- 深入理解C++11:C++11新特性解析與應(yīng)用
- C++教程