TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Anyone using DartLang for serverside work?

5 点作者 craig超过 4 年前
I hadn't looked at https://dart.dev/ in ages, but it looks pretty good these days. I've tried it out very briefly and it has a dynamic feel when developing but can be easily compiled to stand-alone executable, which I really like. Anyone have any real world experience with using it on the backend? How did it go?

1 comment

gitgud超过 4 年前
I don&#x27;t think it&#x27;s very big in the server side community, but the mobile development platform Flutter [1] has taken off and we&#x27;ve enjoyed it so far.<p>Dart is alright as a language, but it doesn&#x27;t interoperate very well with other systems due to it&#x27;s lack of <i>runtime-reflection</i>, just try parsing a [2] JSON message!<p>[1] <a href="https:&#x2F;&#x2F;flutter.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;flutter.dev&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;medium.com&#x2F;flutter-community&#x2F;how-to-parse-json-in-flutter-for-beginners-8074a68d7a79" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;flutter-community&#x2F;how-to-parse-json-in-fl...</a>