Restful MVC
Page last edited 3,130 days ago
ShoutWiki — express yourself and be heard!
Jump to navigation
Jump to search
Restful MVC
English: Started by Chrisbroski on February 13, 2014.
Description: Building powerful, maintainable web applications quickly without frameworks.
RESTful MVC is a style of web application development that includes: Separation of presentation and content using semantic HTML; Rejection of "server pages" (combining CGI code and HTML in the same file); Ajax and SSI as the like between client and server; RESTful design of ajax resources; Rejection of JavaScript, CSS and CGI frameworks and database ORMs.