Common Node
-
all
Collection of all modules.
-
assert
Assertion library covering CommonJS Unit Testing.
-
binary
Binary, ByteArray and ByteString classes as defined in CommonJS Binary/B.
-
console
This module provides a familiar console object for logging and debugging defined in CommonJS Console/A
-
fs-base
File and path related functionality as defined in CommonJS Filesystem/A.
-
global
Provides global functions import, include, export and spawn for RingoJS compatibility.
-
httpclient
HTTP Client as defined in CommonJS HTTP Client/A.
-
io
Stream and TextStream classes as per CommonJS IO/A as well as a ByteArray based in memory MemoryStream.
-
jsgi
HTTP server interface as defined in CommonJS JSGI 0.3.
-
run
Bootstraps Common Node.
-
subprocess
A module for spawning processes, connecting to their input/output/errput and returning their response codes.
-
system
System module compliant with the CommonJS System/1.0 specification. Additional non-standard methods for sleeping on the current thread, spawning a new thread and spawning processes are provided.
-
test
Runs tests as defined in CommonJS Unit Testing.