- JavaScript by Example
- Dani Akash S
- 137字
- 2021-07-02 18:39:05
Node.js
Here's another important tool that we will be using throughout this book, Node.js. Node.js is a JavaScript runtime built on Chrome's V8 engine. It lets you run JavaScript outside your browser. Node.js has become really popular because it lets you run JavaScript on the server and is really fast thanks to its non-blocking I/O methods.
One other excellent advantage of Node.js is that it helps create command-line tools, which can be used for various purposes, such as automation, code scaffolding, and more, many of which we will be using in this book. At the time of writing this book, the latest Long Term Support (LTS) version of Node.js is 6.10.2. I'll be using this version throughout this book. You can install the latest LTS version available at the time you are reading this book.
- 大話PLC(輕松動漫版)
- PyTorch Artificial Intelligence Fundamentals
- Vue.js 3.0源碼解析(微課視頻版)
- CouchDB and PHP Web Development Beginner’s Guide
- Python機器學習經(jīng)典實例
- Responsive Web Design by Example
- 名師講壇:Spring實戰(zhàn)開發(fā)(Redis+SpringDataJPA+SpringMVC+SpringSecurity)
- Linux C編程:一站式學習
- Learning AWS
- Kubernetes進階實戰(zhàn)
- Managing Microsoft Hybrid Clouds
- Python Digital Forensics Cookbook
- PHP項目開發(fā)全程實錄(第4版)
- Web開發(fā)新體驗
- Java服務端研發(fā)知識圖譜