- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 139字
- 2021-07-15 17:10:29
Running a Node Server on the Pi
In the previous chapters, we discussed the different layers of the web application technology stack. One of these layers was the middleware layer, which plays an important role in coordinating all the other layers of our application. In order for our application to be robust and available, we must ensure that we use the right technology for the job. Node.js has proved to be a great fit for our use case. Its asynchronous nature matches our requirements of quick and uninterrupted communication between the different layers of our stack.
This chapter covers the basics of running a server application on your Raspberry Pi and includes the following:
- Installing the node on the Raspberry Pi
- The node package manager (npm) and library installation
- Deploying and running a node server on the Raspberry Pi
推薦閱讀
- 軟件安全技術
- Boost C++ Application Development Cookbook(Second Edition)
- 深入淺出Java虛擬機:JVM原理與實戰
- Python爬蟲開發與項目實戰
- Python高級機器學習
- Python自然語言處理(微課版)
- Java深入解析:透析Java本質的36個話題
- Learning Apache Kafka(Second Edition)
- 青少年Python編程入門
- Linux:Embedded Development
- Python算法詳解
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Unity 2018 Shaders and Effects Cookbook
- Flowable流程引擎實戰
- Android應用開發實戰(第2版)