Skip to content

Commit f1ba9dc

Browse files
committed
add some more links
1 parent f8dcb39 commit f1ba9dc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# How to write node.js modules using C++
22

33
This is a tutorial for writing [node.js](http://nodejs.org/) modules in C++. It is the base and reference for my talk on writing node.js modules with V8 at [JSConf 2011 in Berlin](http://jsconf.eu/2011).
4+
5+
Further references:
6+
7+
* [V8 Doxygen](http://izs.me/v8-docs/main.html)
8+
* [uv.h](https://github.com/joyent/libuv/blob/master/include/uv.h)
9+
* [libev](http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod)
10+
* [v8 Cookbook](http://create.tpsitulsa.com/wiki/V8_Cookbook)
11+
* [Google's C++ style guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml)

0 commit comments

Comments
 (0)