Earlier quoted context omitted.
Yeah they're mentions because it's being done in small niches (there's also Ruby/Haxe + many other transpile to JS languages), I just think they'll always lag behind the other popular and well supported contenders listed. I could be wrong but that's my impression after having worked on all of them which all provide decent development development experiences and end results - though they vary in strength amongst the d…
So you list Dart as being well supported on the server side? Did I miss some killer app/framework recently?
I was an early adopter and saw promise in Dart based on the strength of its technical team (originally led by Lars Bak, Kasper Lund, Gilad Bracha, Bob Nystrom, etc) so invested a lot of time in developing a express-like web framework [2], Jade View Engine [3], Redis Client [4], JSON Client, etc. It had a nice/clean development experience, well-designed / fast libraries and APIs even back then, but abandoned it 6 years ago after going to work full-time on my own Startup and have been out of the loop of Dart VM/Server since then. Here's a short list of Dart web server frameworks I could find after a quick Google Search:
https://medium.com/@suragch/web-server-frameworks-for-dart-1...
Looks like Aqueduct [6] is the most popular at 1.4k stars, though I'd expect Dart Server is not going to see a major uptick until Google commits to a major project initiative like they're doing with Flutter & Angular Dart. So it might only see traction as a Dart gRPC server which can still provide an end-to-end development experience with SPA development with Angular Dart / gRPC Web / gRPC Dart and Flutter / gRPC Dart which I'll also add after having gone through a comparison of gRPC clients in different languages [6], Dart has basically the nicest async development experience [7].
[1] https://grpc.io/docs/quickstart/dart/
[2] https://github.com/dartist/express
[3] https://github.com/dartist/jaded
[4] https://github.com/dartist/redis_client
[5] https://github.com/stablekernel/aqueduct
[6] https://github.com/NetCoreApps/todo-world/tree/master/src/cl...
[7] https://github.com/NetCoreApps/todo-world/blob/master/src/cl...