Matix8981 Posted May 2, 2018 Posted May 2, 2018 Hello, i have a ask for about scripting, which language is better Nodejs or CSharp for perormence (Server site)
ShrewdSpirit Posted May 2, 2018 Posted May 2, 2018 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 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now