Can we define a context in node addon and trigger call from Java to JavaScript via node addon? Has anyone tried this?
I don't see any support for callback in JNI header. But if someone has achieved this by mixing call from javascript to java and then call from java to javascript, that would be great