• 2 Posts
  • 32 Comments
Joined 4 years ago
cake
Cake day: July 20th, 2020

help-circle


















  • Totally anecdotal, but in my experience TS seems more common on front-end applications than server-side projects. My opinion is if I’m gonna have a compiler on my backend, I’d rather use Rust or Go, but I don’t mind TS on the backend if the tooling is setup well.

    I’ve seen this backend framework that’s all TypeScript based: https://nestjs.com/. Can’t really comment on the quality, but it looks interesting and has first-class TypeScript support.