Web Application Frameworks: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
(Created page with "Category:CMS Category:PHP Category:Python Category:Web Development == Python == === Django === === Flask === == PHP == === Symfony2 === === Lavarel === =...")
 
Line 3: Line 3:


=== Django ===
=== Django ===
Comes with [https://en.wikipedia.org/wiki/Object-relational_mapping ORM] and CMS built-in.


=== Flask ===
=== Flask ===
More bare bones than Django, but has many modules that can be added that support built-in features of Django (e.g. ORM)
=== Pyramid ===
=== kivy and PyQt ===
Mobile frameworks.


== PHP ==
== PHP ==

Revision as of 20:08, 9 January 2017

Python

Django

Comes with ORM and CMS built-in.

Flask

More bare bones than Django, but has many modules that can be added that support built-in features of Django (e.g. ORM)

Pyramid

kivy and PyQt

Mobile frameworks.

PHP

Symfony2

Lavarel

Examples

Ruby