Web Application Frameworks: Difference between revisions
Jump to navigation
Jump to search
(→Flask) |
No edit summary |
||
| Line 27: | Line 27: | ||
== Ruby == | == Ruby == | ||
== Notes == | |||
<references/> | |||
Latest revision as of 20:17, 9 January 2017
Python[edit]
Django[edit]
Comes with ORM and CMS built-in.
Flask[edit]
More bare bones than Django, but has many modules that can be added that support built-in features of Django (e.g. database extension, ORM, authentication) [1]
Pyramid[edit]
kivy and PyQt[edit]
Mobile frameworks.
PHP[edit]
Symfony2[edit]
Lavarel[edit]
Examples[edit]
- 15 Awesome Sites Built with Lavarel PHP Framework - Code Condo, Jan 15, 2014
Ruby[edit]
Notes[edit]
- ↑ Use Django Or End Up Building a Django hackernoon.com