- 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.
- Game Programming Using Qt Beginner's Guide
- Hands-On Image Processing with Python
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Big Data Analytics
- C語言程序設(shè)計(jì)
- Mastering Drupal 8 Views
- 基于ARM Cortex-M4F內(nèi)核的MSP432 MCU開發(fā)實(shí)踐
- PHP編程基礎(chǔ)與實(shí)踐教程
- SQL Server 2008 R2數(shù)據(jù)庫技術(shù)及應(yīng)用(第3版)
- Modern C++ Programming Cookbook
- QPanda量子計(jì)算編程
- Java EE Web應(yīng)用開發(fā)基礎(chǔ)
- Practical Predictive Analytics
- Building Business Websites with Squarespace 7(Second Edition)
- 信息學(xué)競賽寶典:基礎(chǔ)算法