How to bind nodejs with my application?
I have a project that uses Chromium Embedded Framework (CEF). I use
chromium_dll_wrapper_project only in my project. I have binded certain
javascript functions using it. I was trying to implement filesystem now.
Since nodejs is such good i/o framework build on V8, the same engine
behind CEF, Can i somehow bind nodejs with my application so that i can
access nodejs async file system modules using my application instead of
running node.exe.
What i want is that when i process any javascript and if it has code of
nodejs, it would run ? What is the approach that i should take to do this
?
No comments:
Post a Comment