Merge pull request #980 from ucg8j/patch-1

Add Dash - web app framework
This commit is contained in:
Vinta 2018-02-02 00:10:04 +08:00 committed by GitHub
commit 9aadfc73bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1211,6 +1211,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [Bottle](http://bottlepy.org/docs/dev/index.html) - A fast, simple and lightweight WSGI micro web-framework.
* [CherryPy](http://cherrypy.org/) - A minimalist Python web framework, HTTP/1.1-compliant and WSGI thread-pooled.
* [Dash](https://plot.ly/products/dash/) - Built on top of Flask, React and Plotly aimed at analytical web applications.
* [awesome-dash](https://github.com/Acrotrend/awesome-dash)
* [Django](https://www.djangoproject.com/) - The most popular web framework in Python.
* [awesome-django](https://github.com/rosarior/awesome-django)
* [Flask](http://flask.pocoo.org/) - A microframework for Python.