JSKit is a collection of Javascript frameworks that can create desktop-quality web applications.
For an in-depth explanation of motivation and rationale, consult the Goals Document.
Full API reference and getting started guides are available at docs.jskit.dev.
If you're interested in developing JSKit, feel free to grab the code and
get started!
$ git clone https://github.com/breakside/JSKit.git
$ cd JSKit
$ npm install
The npm install line will do a bootstrap build, using the JSKit sources
to conduct the first build of the jskit command line utility.