GitXplorerGitXplorer
n

jsfoo-pune-2012

public
33 stars
5 forks
0 issues

Commits

List of commits on branch master.
Unverified
ab23b320f4fab43075e56a53e5a4464da2678d4f

Added README

nnikhilm committed 13 years ago
Unverified
86a0bdb64bb77c2057328c212d0f826233f62c4b

Updated PDF

nnikhilm committed 13 years ago
Unverified
a6c9f93da9480e0ecc50b350b67b184fc4f0e780

Add async baton code into slides

nnikhilm committed 13 years ago
Unverified
0d1c5000c4fd7862c79ac1164f16580383838295

Minor fixes

nnikhilm committed 13 years ago
Unverified
51a787c4b401c81626f66fa2b9e5d1b3ac12275e

Final notes

nnikhilm committed 13 years ago
Unverified
79a2dbf21f1b7b50231be77f3d836f90cac7af48

Dispense with the argument

nnikhilm committed 13 years ago

README

The README file for this repository.

Build the C link - JSFoo Pune

This is the code and slides for the talk I gave on writing native node.js addons at JSFoo on Jan 21, 2012.

Makefile           - build *all* the code and the slides (using rst2pdf)
async              - example code for async execution
calljs             - calling JS functions from C++
firststep          - basic module template
images             - images used in the slides
methods            - C++ functions as prototype methods
notes.txt          - speaker notes
objectwrap         - Demonstrate ObjectWrap
primitives         - Primitives example
simplefunctions    - Simple JS functions
simpleobject       - JS objects in C++
slides.pdf         - ???
slides.rst         - Sources for the slides
slides.style       - rst2pdf stylesheet
strings            - v8::String to C string to and fro
sync               - example code to compare against async

Copyright

All the code is in the public domain.

The slides and speaker notes (including source material and images) are under the Creative Commons Attribution Share-Alike license which means you may create derivative works, but mention that your work derives from me, by mentioning my name and email address.

If you do find any of this useful, please drop me a line at nsm.nikhil@gmail.com, I'll feel warm and fuzzy inside :)