- 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.
- Expert C++
- Java Web基礎(chǔ)與實例教程(第2版·微課版)
- OpenCV 3和Qt5計算機(jī)視覺應(yīng)用開發(fā)
- 面向STEM的Scratch創(chuàng)新課程
- 數(shù)據(jù)結(jié)構(gòu)簡明教程(第2版)微課版
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Mastering Predictive Analytics with Python
- Visual Basic程序設(shè)計上機(jī)實驗教程
- Couchbase Essentials
- Natural Language Processing with Python Quick Start Guide
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- Python預(yù)測分析與機(jī)器學(xué)習(xí)
- 你好!Java