I have created a browser plugin based on Firebreath framework. Now I want to load the plugin into Node.js and make the javascript code communicate with the plugin. My draft idea is creating a Node.js C++ add-on to wrapper the plugin. Node.js loads the add-on. The add-on loads the plugin. The function call between the javascript code and the plugin code is via the add-on.
I want to consult the experts before moving ahead. Does anyone have the experience to make the node.js script communicate with firebreath plugin? Is my idea possible? Please share more details.
Thanks, Jeffrey