Wednesday, 2 August 2017

Question for more experienced C++ users regarding node

Hello, i am trying to implement some javascript engine to teamspeak bot, aka making teamspeak user bot with javascript. Everything i wanted worked but it was missing some things. So i was wondering, is it possible to do something simmiliar with node? I know node can call native code but that is addon to node.So what i need - example You have c++ app in which u want to call some void example(){..} function by code from node.1You are running teamspeak app2-- Teamspeak app loads plugin shared library3---- Plugin shared library contains node3---- node code executes some function in level 2 aka shared libraryIs it possible? I know i didnt explain it properly but it is best i could do :DEverything i found was example that called node_main(..) but what i need is to create some context, isolate like on V8 so i can expose functions and so on...

Submitted August 02, 2017 at 09:24AM by bindik

No comments:

Post a Comment