ServerJS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(promoted Unit Testing to a current effort)
No edit summary
Line 1: Line 1:
This site is a starting point for collecting up ideas, links and any draft API suggestions for the [http://groups.google.com/group/serverjs serverjs group]. Discussions occur on that mailing list and [http://log.serverjs.org/mochabot/join on IRC (#serverjs on freenode)].
'''Name change underway!'''
 
This site is a starting point for collecting up ideas, links and any draft API suggestions for the [http://groups.google.com/group/commonjs CommonJS group]. Discussions occur on that mailing list and [http://log.serverjs.org/mochabot/join on IRC (#serverjs on freenode)].


== Meta ==
== Meta ==

Revision as of 20:44, 25 August 2009

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. Encodings and character sets
  5. System Interface (stdin, stdout, stderr, &c)
  6. C unified API to our Target Platforms
  7. 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