web.go
12/16/09
In the past week I've been working on a new web framework -- called web.go. It derives a lot of characteristics from two web frameworks that I use often: web.py and pylons. It's written in the Go programming language. You can check it out on github: http://github.com/hoisie/web.go.
While there are several missing features, one of the nice benefits is rendering speed is extremely fast. This is mostly because web apps are compiled to native code.
In the next couple weeks I'm planning to write a few web apps in this new framework and flesh out some missing features. I encourage people to watch the project on github and give it a try :)
Filed under: go programming