Web applications and web applications
1. Comparison with traditional C/S programs
The cs Client/Server mode requires running in the LAN, installing programs on the client, and having certain requirements on computer systems,
Bs has the primary advantage that only one computer can access the Internet and does not need to install other software. As for their differences, you can search for them.
2. web program structure
The web program is deployed on the server. The client can access the web program by entering the web site in the browser. Then, the client can process the page request by applying various scripting languages on the server, and then return the processing result to the user.
3. Script: It can be executed on both the client and server. It is a commonly used scripting language.JavaScript, AJAX, ASP, JSP ....
4. The specific workflow of the web program:
Html requests and responses. The transfer between webpages and servers is achieved through html markup language.
Summary:
Web development integrates the markup language, scripting language, and server platform!
Programming and development is not a simple task, but I believe we will do a lot.