Skip to content

Commit 12e51d5

Browse files
committed
doc: add Addon API WG
PR-URL: #1226 Reviewed-By: Yosuke Furukawa <[email protected]> Reviewed-By: TC
1 parent c7769d4 commit 12e51d5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

WORKING_GROUPS.md

+25
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,31 @@ Their responsibilities are:
179179
* Maintain and improve the images' documentation.
180180

181181

182+
### Addon API
183+
184+
The Addon API Working Group is responsible for maintaining the NAN project and
185+
corresponding _nan_ package in npm. The NAN project makes available an
186+
abstraction layer for native add-on authors for both Node.js and io.js,
187+
assisting in the writing of code that is compatible with many actively used
188+
versions of Node.js, io.js, V8 and libuv.
189+
190+
Their responsibilities are:
191+
192+
* Maintaining the [NAN](https://github.com/rvagg/nan) GitHub repository,
193+
including code, issues and documentation.
194+
* Maintaining the [addon-examples](https://github.com/rvagg/node-addon-examples)
195+
GitHub repository, including code, issues and documentation.
196+
* Maintaining the C++ Addon API within the io.js project, in subordination to
197+
the io.js TC.
198+
* Maintaining the Addon documentation within the io.js project, in
199+
subordination to the io.js TC.
200+
* Maintaining the _nan_ package in npm, releasing new versions as appropriate.
201+
* Messaging about the future of the io.js and NAN interface to give the
202+
community advance notice of changes.
203+
204+
The current members can be found in their
205+
[README](https://github.com/rvagg/nan#collaborators).
206+
182207
## Starting a WG
183208

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

0 commit comments

Comments
 (0)