Update README.md

This commit is contained in:
manojalluri 2025-11-25 22:01:46 +05:30 committed by GitHub
parent 2579ce9f18
commit cfe64c0405
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,8 @@
# Flask # Flask
Flask is a lightweight [WSGI] web application framework. It is designed Flask is a lightweight [WSGI] web application framework. It is designed
> **Note on WSGI**: WSGI stands for Web Server Gateway Interface, a Python standard that allows web applications to communicate with web servers.
to make getting started quick and easy, with the ability to scale up to to make getting started quick and easy, with the ability to scale up to
complex applications. It began as a simple wrapper around [Werkzeug] complex applications. It began as a simple wrapper around [Werkzeug]
and [Jinja], and has become one of the most popular Python web and [Jinja], and has become one of the most popular Python web