- Mastering Node.js
- Sandro Pasquali
- 165字
- 2021-07-21 18:17:10
What you need for this book
You will need to have some familiarity with JavaScript, and have a copy of Node installed on your development machine or server, Version 0.10.21 or higher. You should know how to install programs on this machine, as you will need to install Redis, along with other libraries, like PhantomJS. Having Git installed, and learning how to clone GitHub repositories, will greatly improve your experience.
You should install RabbitMQ so that you can follow with the examples using message queues. The sections on using NGINX to proxy Node servers will of course require that you can install and use that web server. To build C++ add-ons you will need to install the appropriate compiler on your system.
The examples in this book are built and tested within UNIX-based environments (including Mac OS X), but you should be able to run all Node examples on Windows-based operating systems as well. You can obtain installers for your system, and binaries, from http://www.nodejs.org.
- Instant Testing with CasperJS
- 大學計算機基礎(第三版)
- Rake Task Management Essentials
- Responsive Web Design with HTML5 and CSS3
- Web Application Development with R Using Shiny(Second Edition)
- GameMaker Programming By Example
- INSTANT Passbook App Development for iOS How-to
- Spring Boot進階:原理、實戰與面試題分析
- OpenCV 3.0 Computer Vision with Java
- Python面試通關寶典
- 實戰Python網絡爬蟲
- Scratch編程從入門到精通
- Kotlin語言實例精解
- Serverless從入門到進階:架構、原理與實踐
- Flask Web開發實戰:入門、進階與原理解析