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.

Self-hosted serverless in 200 lines with Deno and SQLite

3 pointsby tbillingtonover 2 years ago

1 comment

tbillingtonover 2 years ago
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...