Web Application Frameworks: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
Line 8: Line 8:
=== 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)
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) <ref>[https://hackernoon.com/use-django-or-end-up-building-a-django-6cce65eb7255#.rue0wt2ii Use Django Or End Up Building a Django] hackernoon.com</ref>


=== Pyramid ===
=== Pyramid ===

Revision as of 20:14, 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. database extension, ORM, authentication) [1]

Pyramid

kivy and PyQt

Mobile frameworks.

PHP

Symfony2

Lavarel

Examples

Ruby