Hi everyone, first time poster here, been sitting on this idea for awhile... I've spent a lot of time writing scripts on the MQ2 language which I've grown to love and hate. JS is my go-to language to spin things up quickly and the NodeJS runtime has become very mature and feature rich over the past years. I wanted to be able to apply that to MQ2 and see if it was possible.
Over the weekend I finally put it to task and got some good proofs of concept for this thing actually working. The dll is 68mb with the node engine, loads fairly quickly still.
/noderun <evaluate any javascript supported by nodejs, including require to import modules>
Very early idea stage right now, could really turn this into a very complex binding system. I'm currently building against rof2 and using ezserver as a testing ground. This code could of course be ported and modified for breaking changes in the API...
Is there any public interest in this in terms of use or collab for development?
Over the weekend I finally put it to task and got some good proofs of concept for this thing actually working. The dll is 68mb with the node engine, loads fairly quickly still.
/noderun <evaluate any javascript supported by nodejs, including require to import modules>
Very early idea stage right now, could really turn this into a very complex binding system. I'm currently building against rof2 and using ezserver as a testing ground. This code could of course be ported and modified for breaking changes in the API...
Is there any public interest in this in terms of use or collab for development?