Fork me on GitHub

hubu by akquinet

H-Ubu is a component model for Javascript. Javascript componentization aims to modularize Javascript code in order to improve the testability, the maintainability and the scalability of javascript applications. Indeed, Javascript is the poor-child of web app technologies. The toolset for Javascript is really like in comparison of Java toolset. Unit testings, static analysis, managed execution are totally new for Javascript. The flexibility and the design of the language makes those tools a stringent requirement for code scalability. Especially since the last years were Javascript became main stream and is used by mostly all web app stack. H-Ubu is a component framework for Javascript facing the mentioned issues.
H-Ubu's main features are:

Documentation

H-Ubu documentation is available on the wiki.

License

H-Ubu is licensed under the Apache License 2.0. The project was founded by akquinet A.G..

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/akquinet/hubu