DEV Community

[Comment from a deleted post]
 
joelbonetr profile image
JoelBonetR πŸ₯‡

Using TS is just a preference on development time and it has nothing to do with performance for obvious reasons.

 
codewander profile image
Anon

Understand, I was just observing that node doesn't seem to be a hub for dynamic typing enthusiasts anymore, similar to clojure might be.

 
joelbonetr profile image
JoelBonetR πŸ₯‡

Well, depends on you needs (like always). If you're going to create any lambda (in AWS) or Cloud Function (in GCP) sure you'll use Node for convenience. The same occurs -usually- when working with websockets or specific async APIs which computational complexity makes unpreferable to use a more complex environment such JVM.