Wednesday, May 02, 2007

Framework Experiment

Today I was experimenting with a few ideas for an Erlang web framework.

I wanted to utilize OTP like features more, like using a .app file, making the application a server, writing controllers using the behavior feature. I also want to see where I can use the release handling features, since I depend on the .app file for configuration.

It works, sort of. It ain't complete. The server does not work. But, other than that, right now, it is quite simple.

I am not ready to release it, but I put the [incomplete] docs online for now. It is at [http://www.pushon.org/overview.edoc]. If those see this as something interesting to work with, I'll eventually set up a subversion repository.