JaneaSystems / nodejs-mobile-samples

Repository for demo applications that use Node.js on Mobile
MIT License
168 stars 111 forks source link

How to properly stop nodejs and is there any native code documentation? #42

Open xionghaoo opened 2 years ago

xionghaoo commented 2 years ago

only called start method in this demo.

node::Start(int argc, char* argv[])

how to call stop method properly?

node::Stop(Environment* env)

Is there any native code doc?