Camping (microframework)
From Wikipedia, the free encyclopedia
Camping, the 4k microframework | |
Developer: | whytheluckystiff |
---|---|
Latest release: | 1.5 / October 3, 2006 |
OS: | Cross-platform |
Use: | Web application framework |
License: | MIT License |
Website: | http://code.whytheluckystiff.net/camping |
Camping is a web framework which consistently stays at less than 4kb of code. You can probably view the complete source code on a single page.
Camping lets you store a complete fledgling web application in a single file, like a bundle of many small CGIs scripts, but organizes it as a Model-View-Controller application like Ruby on Rails does. You can then easily move it to Rails once you‘ve got it going.
Contents |
[edit] History
Camping turned one year old on January 18, 2007.