|
|
|
|
|
by lillecarl
1653 days ago
|
|
I don't see how they're competing, TypeScript can still share code between client and serverside, go "can't".
They're not exclusive to each other, routing "form submissions" though a ts verification layer and then down to Go makes sense to me if you need the Go performance but want to share things client and server side. Also, application servers are cheap, persistent, fast and durable storage isn't, these won't be written in TS. TL;DR: different problem domains, not important |
|