Ask HN: How popular is TypeScript on the back-end?

1 points by bogdanu ↗ HN

2 comments

[ 2.8 ms ] story [ 14.6 ms ] thread
I haven't written non-TypeScript JavaScript backends in years. I'd say it's pretty popular.
It maybe me but I have noticed lots of python ruby folks moving to typescript/node.js combo. Provides better performance and a very good gradual type system. Downside is that you have to do everything async