-
Notifications
You must be signed in to change notification settings - Fork 4
NodeJs C++ linksammlung
piscis edited this page Dec 15, 2011
·
4 revisions
- http://nodejs.org
- http://nodejs.org/docs/latest/api/addons.html
- https://github.com/joyent/node <- source code
- https://github.com/joyent/node/wiki/Installation/3ba51210366260f5db0171862b810db4d80b84b2 <- Building NodeJs
- http://izs.me/v8-docs/main.html
- http://code.google.com/intl/de-DE/apis/v8/embed.html
- http://create.tpsitulsa.com/wiki/V8_Cookbook
- http://bespin.cz/~ondras/html/classv8_1_1Data.html <-- DataType overview
- https://github.com/kkaefer/node-cpp-modules
- https://gist.github.com/1481584 <-- Beispiel für Async Module
- http://stackoverflow.com/questions/7850600/writing-async-cpp-nodejs-0-5-3-modules/7886427#7886427 <-- Stackoverflow
- http://jedp.posterous.com/learning-to-write-c-modules-for-nodejsv8
- https://github.com/isaacs/node-glob
- https://github.com/astro/node-expat
- https://github.com/bnoordhuis/node-iconv
- https://github.com/isaacs/node-async-simple
- https://github.com/pkrumins/node-async
- https://bitbucket.org/nikhilm/xcbjs/src/317cf973ad77/src
- http://nikhilm.bitbucket.org/articles/c_in_my_javascript/c_in_javascript_part_1.html
- http://nikhilm.bitbucket.org/articles/c_in_my_javascript/c_in_javascript_part_2.html
- http://lupomontero.e-noise.com/blog/writing-node-js-modules-in-cpp