- 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.
- 架構不再難(全5冊)
- Vue.js快速入門與深入實戰
- 認識編程:以Python語言講透編程的本質
- Python算法從菜鳥到達人
- MySQL從入門到精通(軟件開發視頻大講堂)
- Learning Node.js for .NET Developers
- 代碼閱讀
- 網絡數據采集技術:Java網絡爬蟲實戰
- 計算機應用基礎(第二版)
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- Expert Cube Development with SSAS Multidimensional Models
- Mastering PostgreSQL 11(Second Edition)
- Learning Java Lambdas
- 微信公眾平臺服務號開發:揭秘九大高級接口
- FORTRAN程序設計權威指南