ServerJS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
(GPSEE URL Change)
 
Line 63: Line 63:
* [http://dev.helma.org/ng/ Helma NG] (Rhino; SecurableModules)
* [http://dev.helma.org/ng/ Helma NG] (Rhino; SecurableModules)
* [http://code.google.com/p/v8cgi/ Ondrej Zara's v8cgi] (v8; SecurableModules)
* [http://code.google.com/p/v8cgi/ Ondrej Zara's v8cgi] (v8; SecurableModules)
* [http://kenai.com/projects/gpsee/pages/Home Wes Garland's GPSEE] (Spidermonkey/C; SecurableModules)
* [http://code.google.com/p/gpsee/ Wes Garland's GPSEE] (Spidermonkey/C; SecurableModules)
* [http://github.com/kriskowal/chiron/ Kris Kowal's chiron] (Web browsers; SecurableModules)
* [http://github.com/kriskowal/chiron/ Kris Kowal's chiron] (Web browsers; SecurableModules)
* [http://www.persvr.org/ Persevere] (Rhino; SecurableModules)
* [http://www.persvr.org/ Persevere] (Rhino; SecurableModules)

Latest revision as of 23:02, 27 January 2010

Wiki has moved to http://wiki.commonjs.org/ please make all further edits there

Name change underway!

This site is a starting point for collecting up ideas, links and any draft API suggestions for the CommonJS group. Discussions occur on that mailing list and on IRC (#serverjs on freenode).

Meta

Current Efforts

This is a list of issues currently being discussed / standardized. They come from the "Low level" department, as we need to have a solid basics prior to building a tower.

  1. Modules
  2. Filesystem API
  3. Binary Data Objects (byte arrays and/or strings)
  4. I/O Streams
  5. Encodings and character sets
  6. System Interface (stdin, stdout, stderr, &c)
  7. C unified API to our Target Platforms
  8. Unit testing

Pending Business / Calls for Action / Status Report

Future Efforts

Low-level APIs

This is the collection of APIs that we'd like to see behaving consistently across JavaScript interpreters.

High-level APIs

This is the collection of APIs that implement common functionality on top of the low-level API.

Implementations

In development:

Tests

Further Reading