- 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
推薦閱讀
- 手機(jī)安全和可信應(yīng)用開發(fā)指南:TrustZone與OP-TEE技術(shù)詳解
- Unity 2020 By Example
- 計(jì)算機(jī)圖形學(xué)編程(使用OpenGL和C++)(第2版)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Big Data Analytics
- Mastering Apache Spark 2.x(Second Edition)
- Bootstrap 4 Cookbook
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Service Mesh實(shí)戰(zhàn):基于Linkerd和Kubernetes的微服務(wù)實(shí)踐
- Learning Unreal Engine Android Game Development
- Orchestrating Docker
- Python數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南(全彩)
- Groovy 2 Cookbook
- Mastering Leap Motion
- Java Web開發(fā)基礎(chǔ)與案例教程