Hello. Both languages have a decent performance since both get JITed (https://en.wikipedia.org/wiki/Just-in-time_compilation) and you won't run into any performance hits. But if you're looking for native performance, use the C++ API which is a bit more complicated. I recommend you use JS since it's easier and you can use npm modules