ServerJS: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(→‎Main Areas: replace)
Line 9: Line 9:
* [[ServerJS/Coding_Standards|Coding Standards]]
* [[ServerJS/Coding_Standards|Coding Standards]]


== Main Areas ==
== Current Efforts ==


* [[ServerJS/Current Efforts|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.
* [[ServerJS/Future Efforts|Future Efforts]]
 
# [[ServerJS/Modules|Modules]]
# [[ServerJS/Filesystem_API|Filesystem API]]
# [[ServerJS/Binary|Binary Data Objects]] (byte arrays and/or strings)
# [[ServerJS/Encodings|Encodings and character sets]]
# [[ServerJS/System|System Interface]] (stdin, stdout, stderr, &c)
# [[ServerJS/C_API|C unified API]] to our Target Platforms
 
== Future Efforts ==
 
[[ServerJS/Future Efforts|Future Efforts]]


== Further Reading ==
== Further Reading ==

Revision as of 17:26, 9 April 2009

This site is a starting point for collecting up ideas, links and any draft API suggestions for the serverjs 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

Future Efforts

Future Efforts

Further Reading