ServerJS/Process: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add link to Proposal Process proposal)
No edit summary
 
Line 5: Line 5:
There are two parts to the process:
There are two parts to the process:


<ol><li>Creating the specs and code<li>Handling disagreements</ol>
# Creating the specs and code
# Handling disagreements


Number 1 is how things get done. Number 2 is how we ensure that number 1 is able to continue in face of inevitable disagreements.
Number 1 is how things get done. Number 2 is how we ensure that number 1 is able to continue in face of inevitable disagreements.

Latest revision as of 07:32, 5 September 2009

The goal of this project is to have something that people can run and build web frameworks and applications on.

The process needs to support that goal, plus the goal of having a specification that allows people to make other JS interpreters/platforms compatible.

There are two parts to the process:

  1. Creating the specs and code
  2. Handling disagreements

Number 1 is how things get done. Number 2 is how we ensure that number 1 is able to continue in face of inevitable disagreements.

(to be continued...)


Prior Art

Related Discussions