- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 127字
- 2021-07-15 17:10:24
The application server - middleware
This layer consists of the actual server-side code we are going to write in order to get the application running. It is also called middleware. In addition to being in the exact center of the architecture diagram, this layer also acts as the controller and middle-man for the other layers.
The HTML pages that form the UI are served through this layer. All the database queries that we were talking about earlier are made here. The code that runs in this layer is responsible for retrieving the sensor readings from our external pins and storing the data in our database. As you will see in later chapters, the middleware can also be further broken down into individual components, each with its own function.
推薦閱讀
- Python編程自學手冊
- Spring 5企業級開發實戰
- TypeScript Blueprints
- Learning Data Mining with Python
- PowerCLI Cookbook
- PhoneGap Mobile Application Development Cookbook
- R Data Analysis Cookbook(Second Edition)
- Django Design Patterns and Best Practices
- 奔跑吧 Linux內核
- PHP 8從入門到精通(視頻教學版)
- Practical Maya Programming with Python
- Robot Framework Test Automation
- 計算機組裝與維護(第二版)
- PHP動態網站開發實踐教程
- Mastering PostgreSQL 11(Second Edition)