Web Server

Web Server

Creator
Creator
Alan JoAlan Jo
Created
Created
2020 Jan 10 13:43
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2024 May 11 11:50
Refs

Web server는 Web client가 어떻게 host의 Service에 접근하는지 관리

Web Standards 가 만드는 추상적 개념
Web Server Notion
 
 
Web Server Usages
 
 
Web Servers
 
 
 

Web Server Structure

Simple code implementation
ASGI Fundamentals: Asynchronous Web Apps in Python
Building your future web app. Stop copy-pasting snippets to piece together a FastAPI app you don't really understand. Instead, buckle down and take the time to learn the fundamental building blocks that async web app frameworks in Python are built on top of. That way, you won't be stuck when there's no tutorial to copy from. ― mCoding with James Murphy (https://mcoding.io) Source code: https://github.com/mCodingLLC/VideosSampleCode ASGI Spec: https://asgi.readthedocs.io/ SUPPORT ME ⭐ --------------------------------------------------- Sign up on Patreon to get your donor role and early access to videos! https://patreon.com/mCoding Feeling generous but don't have a Patreon? Donate via PayPal! (No sign up needed.) https://www.paypal.com/donate/?hosted_button_id=VJY5SLZ8BJHEE Want to donate crypto? Check out the rest of my supported donations on my website! https://mcoding.io/donate Top patrons and donors: Jameson, Laura M, Dragos C, Vahnekie, Neel R, Matt R, Johan A, Casey G, Mark M, Mutual Information, Pi BE ACTIVE IN MY COMMUNITY 😄 --------------------------------------------------- Discord: https://discord.gg/Ye9yJtZQuN Github: https://github.com/mCodingLLC/ Reddit: https://www.reddit.com/r/mCoding/ Facebook: https://www.facebook.com/james.mcoding CHAPTERS --------------------------------------------------- 0:00 Intro 1:14 The ASGI Specification 3:04 What an ASGI app looks like 4:37 Our first ASGI app 7:41 The lifespan connection 9:10 HTTP connections 12:05 Routing like FastAPI 13:27 The Response object 14:42 Starting to see the big picture
ASGI Fundamentals: Asynchronous Web Apps in Python
 
 

Recommendations