Like Coldfusion only Faster!
   
 
Built-in Extensions
These extensions are included with the latest release of moto. To view the APIs included with an extension, click on the extension name.

Extension Description
moto Defines the interface for String and Regex objects as well as object wrappers for the fundamental types (Boolean, Character, Double, Float, Integer, and Long). This extension is loaded automatically
cstdlib Makes functions from the C standard libraries available to moto programmers
codex.util Provides interfaces to the codex library of utility classes.
codex.http Provides objects for session and state management as well as communication with the Apache Web Server
codex.db.mysql Provides objects for interacting with a MySQL database.
codex.db.pgsql Provides objects for interacting with a Postgres database.
codex.io Provides objects for interacting with a Posix filesystem.

Contributed Extensions
The extensions below have been contributed by other developers. To view the APIs included with an extension, click on the extension name. To download the source for the extension, click the download link.

Extension Description Download
bio This extension makes the bio APIs from the OpenSSH open source library available to moto. You must have OpenSSH and libcrypt (or libcrypto under Mac OS X) installed to compile this extension. This extension was developed by Shay Harding. Download