- Node Web Development(Second Edition)
- David Herron
- 173字
- 2021-08-13 16:46:52
System requirements
Node runs on POSIX-like operating systems, the various UNIX derivatives (Solaris, and so on), or workalikes (Linux, Mac OS X, and so on), as well as on Microsoft Windows, thanks to the extensive assistance from Microsoft. Indeed, many of the Node built-in functions are direct corollaries to POSIX system calls. It can run on machines both large and small, including the tiny ARM devices such as the Raspberry Pi microscale embeddable computer for DIY software/hardware projects.
Node is now available via package management systems, limiting the need to compile and install from source.
Installing from source requires having a C compiler (such as GCC), and Python 2.7 (or later). If you plan to use encryption in your networking code you will also need the OpenSSL cryptographic library. The modern UNIX derivatives almost certainly come with these, and Node's configure script (see later when we download and configure the source) will detect their presence. If you should have to install them, Python is available at http://python.org and OpenSSL is available at http://openssl.org.
- C語言程序設計實踐教程(第2版)
- Hyper-V 2016 Best Practices
- Redis入門指南(第3版)
- C/C++算法從菜鳥到達人
- Raspberry Pi 2 Server Essentials
- HTML5+CSS3 Web前端開發技術(第2版)
- Android應用開發實戰(第2版)
- 零基礎學C語言(第4版)
- Practical Maya Programming with Python
- Python應用與實戰
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- 零基礎學SQL(升級版)
- Java編程指南:語法基礎、面向對象、函數式編程與項目實戰
- Processing開發實戰
- Flutter之旅