Main Page

From Restful MVC

Restful MVC

Building maintainable web applications without frameworks.


About this site

RESTful MVC is about

  • Separation of presentation and content using semantic HTML
  • Rejection of "server pages" (combining CGI code and HTML in the same file)
  • Using only Ajax and SSI as the link between the client and server
  • Rejecting JavaScript, CSS, and CGI frameworks and database ORMs

Featured Articles

Most information about RESTful MVC can be found at RESTfulMVC.com, but because the technical details of required software change often, a community-supported wiki can help me stay current in matters of new tools, operating systems and server software.


Did you know...

  • ...that web applications can be built using Ajax as the only server technology?

News

  • 7/2015 - Officially working with Apress on RESTful MVC book.
  • This wiki was started!