TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Aqueduct – Dart on the Server

60 pointsby jcstkalmost 8 years ago

5 comments

jcstkalmost 8 years ago
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 未加载
pritambarhatealmost 8 years ago
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 未加载
malkiaalmost 8 years ago
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 未加载
ezekgalmost 8 years ago
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 未加载
adrianlmmalmost 8 years ago
There is no way to serve static files, mmmmm.
评论 #14541299 未加载
评论 #14541289 未加载
评论 #14541686 未加载