Python Networking Tutorial - 9 - HTTP Server

Опубликовано: 04 Ноябрь 2024
на канале: Michael Grieco
163
4

We create another project to test the library, this time something more practical - an HTTP Server.
These are the tasks we completed:
• server-client communication loop architecture
• routes linked to action functions and files
• file serving
• form data processing

• Website: https://michaelg29.github.io/
• Twitter:   / michaelgrieco10  
• Discord:   / discord  
• This Github Repo: https://github.com/michaelg29/yt-tuto...
• This Playlist:    • Python Tutorials - Networking