I'm searching for a ccTalk library for nodejs. I only found an abandoned one.
An alternative might be to use a non javascript library like this one and compile it for nodejs https://code.google.com/archive/p/cctalk-net/
I found this for usage non js code in nodejs but I have 0 experience with converting it.
How can I use a C++ library from node.js? http://www.swig.org/Doc1.3/CSharp.html
https://github.com/tjanczuk/edge
Questions
1) Is there a library for node.js
2) How to include the above library into my nodejs app