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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Aqueduct – Dart on the Server

60 点作者 jcstk将近 8 年前

5 条评论

jcstk将近 8 年前
Aqueduct is a server-side framework for building and deploying REST applications. It is written in Dart. Its goal is to provide an integrated, consistently styled API.<p>The framework contains behavior for routing and authorizing HTTP requests, persisting data in PostgreSQL, testing, and more.<p>One thing that makes Aqueduct really interesting is that it runs the application on a few isolated-memory threads. This is a concept interpreted from the Erlang&#x2F;Elixir that leverages Dart &#x27;Isolate&#x27;s. (Here&#x27;s some documentation on that: <a href="https:&#x2F;&#x2F;aqueduct.io&#x2F;docs&#x2F;http&#x2F;structure&#x2F;" rel="nofollow">https:&#x2F;&#x2F;aqueduct.io&#x2F;docs&#x2F;http&#x2F;structure&#x2F;</a>)<p>The aqueduct command-line tool serves applications, manages database schemas and OAuth 2.0 clients, and generates OpenAPI specifications.
评论 #14539993 未加载
评论 #14539055 未加载
pritambarhate将近 8 年前
Looks promising. But didn&#x27;t see anywhere in the docs how does this work. * What&#x27;s the underlying server? * Does it transpile to Node.js? * How does the third party module system work? * Which are other readymade libraries that can be used with this?
评论 #14539069 未加载
malkia将近 8 年前
I love flutter&#x2F;dart, and have some little experience with Java + servers&#x2F;microservices... So my question is how is GC trashing handled? e.g. if it becomes &gt; some percentage of the running time are isolates &quot;killed&#x2F;restarted&quot; (if that makes senses, or the whole process)?
评论 #14539555 未加载
ezekg将近 8 年前
This looks great. I&#x27;m still a little fuzzy on Dart--does it still compile to JS or is it it&#x27;s own language now?
评论 #14539180 未加载
adrianlmm将近 8 年前
There is no way to serve static files, mmmmm.
评论 #14541299 未加载
评论 #14541289 未加载
评论 #14541686 未加载