Home > Javascript Server-side Reference > RingoJS
RingoJS (www.ringojs.org) is a CommonJS-compliant platform that provides support for specific Javascript Server-side modules.
On our Erbix platform, the following RingoJS modules are currently supported:
- ringo/args
- ringo/base64
- ringo/buffer
- ringo/encoding
- ringo/functional
- ringo/jsgi
- ringo/logging
- ringo/skin/filters
-
ringo/unittest
In Erbix, the second parameter of the run() method defaults to StringWriter, a simple custom type with the purpose of accumulating the unittest messages. This object is also the return value of the run() method; it offers a .toString() method that can be called in order to get the unittest results. - ringo/utils/arrays
- ringo/utils/dates
- ringo/utils/numbers
- ringo/utils/objects
- ringo/utils/regexp
- ringo/utils/strings
- ringo/webapp/parameters
- ringo/webapp/util
Erbix can be used as a RingoJS hosting platform for web applications that use these supported modules.
