Skip to content

kwakayama/native-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Learning native node.js

To don't pollute my system I use docker for development.

build the docker container

docker build -t my-addon .

start the container

docker run -i -t my-addon /bin/bash

manual configure node-gyp (not needed)

node-gyp configure node-gyp build

test the addon

node test.js

Links

docker snippets

# Delete all containers
docker rm $(docker ps -a -q)
# Delete all images
docker rmi $(docker images -q)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published