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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Self-hosted serverless in 200 lines with Deno and SQLite

3 点作者 tbillington超过 2 年前

1 comment

tbillington超过 2 年前
Hey all, this is cleaned up code from a live demo I did at rust sydney. We integrated deno with a http server and sqlite to get your own mini &quot;serverless&quot; runtime with sandboxed access to a sqlite-backed key value store.<p>It was a lot of fun to build, and honestly I was pleasantly surprised how easy it was to bring together 3 quite complex technologies with relatively little effort and time.<p>I think it&#x27;s a testament, not only to Rust, but also the teams on these projects that it was so easy to combine them in a safe and convenient way. I probably spent more time fiddling with the example and the log formatting...