Skip to content

Commit

Permalink
doc: add Addon API WG
Browse files Browse the repository at this point in the history
PR-URL: #1226
Reviewed-By: Yosuke Furukawa <yosuke.furukawa@gmail.com>
Reviewed-By: TC
  • Loading branch information
rvagg committed Apr 15, 2015
1 parent c7769d4 commit 12e51d5
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 @@ -179,6 +179,31 @@ Their responsibilities are:
* Maintain and improve the images' documentation.


### 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 12e51d5

Please sign in to comment.