Skip to content

Commit

Permalink
doc: add Addon API WG
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Mar 22, 2015
1 parent a0d32ff commit 99a287f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,31 @@ Their responsibilities are:
The current members can be found in their
[README](https://github.com/iojs/roadmap#people).

### Addon API

The Addon API Working Group is responsible for maintaining the NAN project and
corresponding _nan_ package in npm. The NAN project makes available an
abstraction layer for native add-on authors for both Node.js and io.js,
assisting in the writing of code that is compatible with many actively used
versions of Node.js, io.js, V8 and libuv.

Their responsibilities are:

* Maintaining the [NAN](https://github.com/rvagg/nan) GitHub repository,
including code, issues and documentation.
* Maintaining the [addon-examples](https://github.com/rvagg/node-addon-examples)
GitHub repository, including code, issues and documentation.
* Maintaining the C++ Addon API within the io.js project, in subordination to
the io.js TC.
* Maintaining the Addon documentation within the io.js project, in
subordination to the io.js TC.
* Maintaining the _nan_ package in npm, releasing new versions as appropriate.
* Messaging about the future of the io.js and NAN interface to give the
community advance notice of changes.

The current members can be found in their
[README](https://github.com/rvagg/nan#collaborators).

## Starting a WG

A Working Group is established by first defining a charter that can be
Expand Down

0 comments on commit 99a287f

Please sign in to comment.