Woozoo - Javascript MVC Framework for Prototype
Woozoo is a javascript MVC Framework for Prototype. It works on all the browser Prototype supports.
It will help you with :
URL management
Changing the URL (the part after the #) has never been so easy. We use the good Really Simple History script.
Localisation and internationalization
Woozoo will help you to do website in multi-languages. You will be able to change the language of your application on the fly.
Plugins
If you want to import your own scripts or some others like Scriptaculous or GMap. It is totally possible using plugins.
Dynamic loading
Woozoo will load your scripts only when you really need it. Maximun speed ensured.
Compression
You want your application to go fast. Woozoo use compression to minimize HTTP requests and file size.
Working on a project in a team
The MVC architecture of your application will help you to work easily in a team (finding someone else's code is really easy).
Fastest is the best
Woozoo was written with best practices to minimize script execution time and all that in 30ko.