资 源 简 介
This a JavaScript library that is meant to be used on the client and server side(uses Rhino engine).
Client side:
Provides loading and removing "packages" and objects on demand, provides API for the current client side functionalities: DOM, AJAX, Events, JSON, CSS/Style. This framework is organized in JavaScript objects for each functionality, each object works as a package inside a global object called jspkg.
Server side:
Basically it provides an interface in JavaScript to quickly use server-side features such as file handlers, email stuff(sending and receiving), database functionalities, json parsing(on the server), and so on.
There is an database API which enables to use JSON syntax for database manipulation,
All that done with simple JavaScript syntax and objects =)