- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 102字
- 2021-07-15 17:10:27
The server - the brains of the application
The server or middleware layer is the part of your tech stack that interacts with and controls all the other parts.
All of the frontend HTML5 code runs only on the client's machine. This means that if someone views your website on their phone, the code that the frontend of the website is built in is run on their phone. In contrast, the server-side code is executed on the serving machine. In our case, this will be the Raspberry Pi. In this way, we have two machines involved so far - the client and the server.
推薦閱讀
- JavaScript+DHTML語法與范例詳解詞典
- 小程序實戰視頻課:微信小程序開發全案精講
- Java 開發從入門到精通(第2版)
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Architecting the Industrial Internet
- RTC程序設計:實時音視頻權威指南
- Java性能權威指南(第2版)
- MySQL數據庫基礎實例教程(微課版)
- Visual FoxPro程序設計
- Learning Python Design Patterns
- Hands-On Reinforcement Learning with Python
- C語言程序設計上機指導與習題解答(第2版)
- Delphi開發典型模塊大全(修訂版)
- 百萬在線:大型游戲服務端開發
- DevOps 精要:業務視角