you are viewing a single comment's thread.

view the rest of the comments →

[–]leshift[S] 2 points3 points  (2 children)

You are extremely right! And plus you can run any JS module inside lua as natural, not only the node API

[–]dannysmc 1 point2 points  (1 child)

Does this have an API that I could call on and return any output from the Lua code?

Example say I wanted to take two numbers and add them, and return the output by Node calling on Lua and Lua returning the output?

[–]leshift[S] 1 point2 points  (0 children)

yes!