Web Application Frameworks
A Web framework is a collection of packages or modules which permit developers to write Web functions (see WebApplications ) or companies with out having to handle such low-level details as protocols, sockets or course of/thread administration. Webapp2 (2.5.2 Released 2012-09-28) – a light-weight framework suitable with Google App Engine’s webapp: it extends webapp to add higher URI routing and exception dealing with, a full featured response object and a extra flexible dispatching mechanism.
If you’re a newbie programmer and simply wish to work on an internet application as a studying project then a framework may also help you perceive the concepts listed above, such as URL routing, information manipulation and authentication which might be common to the vast majority of net functions.
The majority of Web frameworks are solely server-side expertise, though, with the elevated prevalence of AJAX, some Web frameworks are beginning to include AJAX code that helps … Read More