References
🔗 MyApollo - 理解 Python 後端技術:從 CGI 談到 WSGI, uWSGI 與 uwsgi
🔗 MyApollo - 理解 Python 後端技術: ASGI - WSGI 的繼承者
Nouns
Gateway Interface
Web App 與 Web Server 溝通的協議
CGI (Common Gateway Interface)
Web 伺服器在收到 request 時,如果要將 request 交由其他程式(CGI program)處理,就需要建立 1 個新的 process 執行該程式