[erlang-questions] BeepBeep: a rails like web framework for Mochiweb
Dave Bryson
daveb@REDACTED
Fri Dec 12 18:14:08 CET 2008
Sorry for the slightly off topic post, but I wanted to share a little
project I've been working on:
BeepBeep is a "Rails" like web framework for building apps with the
fabulous Mochiweb. It's very alpha but it does work :-).
You can find it here:
http://github.com/davebryson/beepbeep/tree/master/README
Features:
- A script to generate a new web application (based on mochiweb's
approach)
- Session Server to store your application state
- Before filter on your controllers for things like authentication
- Django templates for the view
It's built around Mochiweb (of course) and erlyDTL for the templates
Dave
More information about the erlang-questions
mailing list