Hi,
The Erbix Standard Library is a set of CommonJS modules that can be
used in Erbix without adding the source code files into an Erbix
account. Currently it is limited to some RingoJS modules (http://
www.erbix.com/documentation/js-reference/ringojs/) and Erbix specific
modules (erbix/login, erbix/query).
Developers will have access to the Standard Library in order to run
apps on private RingoJS (
http://www.ringojs.org) instances (or other
server-side JS platforms).
Have you worked with any server-side JavaScript library/framework and
you would like to see it supported in Erbix?
Thanks,
Erbix Team
P.S.:
Examples:
- microGum - Sinatra inspired framework:
http://erbix.com/tutorials/gum
- TrimPath JavaScript Template Engine:
http://code.google.com/p/trimpath/wiki/JavaScriptTemplates
- SQL client on top of JSDBC:
http://www.erbix.com/documentation/js-reference/jsdbc/
(JSDBC is the JDBC-compatible built-in Erbix library that allows users
to run low-level database operations (transactions, queries returning
multiple results, auto-generated keys fetching, etc.). While many
would use JSDBC directly in their projects, a top-level library could
be useful.)
- RingoJS Stick:
https://github.com/hns/stick