Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
rough plan for what modules we need for web development
  • Loading branch information
moritz committed Mar 15, 2012
1 parent 226129d commit 107ae9e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions misc/web-plan.txt
@@ -0,0 +1,17 @@
What you need for developing web stuff:

* HTTP::Request
* HTTP::Response
* A HTTP server, or an interface to one (CGI/FastCGI/PSGI/...). Preferably both.
* Cookies
* Sessions
* HTML template
* URI handling
* DB connectivity
* A MVC-ish framework
* Caching

low priority:

* a paging helper
* form helper

0 comments on commit 107ae9e

Please sign in to comment.