Star

Created With

linkWeb IO / Web Routing and Interfacing

linkIn order to interact between our application and web services we must use an interface.

linkPython has its own defined interface known as WSGI - "Web Server Gateway Interface"

linkFlask is built upon the WSGI Specification - Defined by PEP #3333 'Python Enhancement Proposal'

linkIt is considered a microservice framework designed to assist us in rapid application development

flask

linkThe Python Based Alternative

Django is a heavier more feature backed alternative to flask that is also built upon WSGI.

Web IO / Web Routing and InterfacingIn order to interact between our application and web services we must use an interface.Python has its own defined interface known as WSGI - "Web Server Gateway Interface"Flask is built upon the WSGI Specification - Defined by PEP #3333 'Python Enhancement Proposal'It is considered a microservice framework designed to assist us in rapid application developmentThe Python Based Alternative

Home Stack Breakdown HTML Overview CSS Overview Business Logic Database WEB IO App Server Web Server Hosting