- Full Stack Web Development with Raspberry Pi 3
- Soham Kamani
- 273字
- 2021-07-15 17:10:26
Getting Up-and-Running with Web Development on the Raspberry Pi
The web is an amazing place. It's open, it's free, and almost all the information available to human kind is available any time, any place, and right at our fingertips. It is amazing that we live in an age when the web is just starting to show its colors and full potential. However, if you look at it from another point of view, all the internet really is is just a bunch of computers connected together with wires or, sometimes, wirelessly. It is this illusion that gives us the impression that the internet is actually something bigger, when in fact it's just a large network of computers.
After you are done with this book, you will be adding one more computer to this network, thus doing your own bit to make the internet a better place. To understand how the internet works, we have to first understand the role of each computer or component of the network. To do this, consider the following questions:
- Where does all the information on the internet come from?
- Where is it stored?
- How is it given to us?
- How do we interact with it?
By the end of this chapter, you should be able to answer these questions and also see how the Raspberry Pi can implement all these aspects of the web.
Specifically, we will cover the following topics:
- The overall architecture of a full-stack web application
- Different layers of web development
- Communication between the different layers of the stack
- How the Raspberry Pi will incorporate these layers and its role as a client and a server.
- 零基礎學Visual C++第3版
- Docker and Kubernetes for Java Developers
- 自然語言處理實戰:預訓練模型應用及其產品化
- TensorFlow Lite移動端深度學習
- 數據庫原理及應用(Access版)第3版
- 編程珠璣(續)
- 跟小海龜學Python
- Java 9 Programming Blueprints
- Learning ArcGIS Pro
- 深入淺出Serverless:技術原理與應用實踐
- Unity Game Development Scripting
- HTML5與CSS3基礎教程(第8版)
- Visual Basic程序設計教程
- 詳解MATLAB圖形繪制技術
- PHP 7從零基礎到項目實戰