- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Google Flutter Mobile Development Quick Start Guide
- 精通JavaScript+jQuery:100%動態(tài)網(wǎng)頁設(shè)計(jì)密碼
- 零基礎(chǔ)PHP學(xué)習(xí)筆記
- Rust實(shí)戰(zhàn)
- Blender 3D Incredible Machines
- R的極客理想:工具篇
- Python機(jī)器學(xué)習(xí)編程與實(shí)戰(zhàn)
- Learning Selenium Testing Tools(Third Edition)
- C語言實(shí)驗(yàn)指導(dǎo)及習(xí)題解析
- 軟件品質(zhì)之完美管理:實(shí)戰(zhàn)經(jīng)典
- 基于SpringBoot實(shí)現(xiàn):Java分布式中間件開發(fā)入門與實(shí)戰(zhàn)
- Spring Boot+MVC實(shí)戰(zhàn)指南
- Instant jQuery Boilerplate for Plugins
- OpenCV Android Programming By Example