Hacker News
- Deno Deploy has broken existing deployments that use export default { fetch } https://twitter.com/Elefunc/status/1850840596375818548 2 comments
- Deno Deploy dropped from 35 regions to just 12 https://twitter.com/Elefunc/status/1750442433144647933 8 comments
- Native NPM support on Deno Deploy https://deno.com/blog/npm-on-deno-deploy 4 comments
- June 25th, 2023 Deno Deploy Postmortem https://deno.com/blog/2023-06-25-outage-post-mortem 39 comments
- Node.js built-ins on Deno Deploy https://deno.com/blog/node-builtins-on-deploy 109 comments
- Deno Deploy Beta 4 https://deno.com/blog/deploy-beta4 2 comments
- Denoflare – develop, test, and deploy Cloudflare workers with Deno https://denoflare.dev/ 28 comments
- Annotated code for a demo of WebSocket chat in Deno Deploy https://til.simonwillison.net/deno/annotated-deno-deploy-demo 3 comments
- Deno Deploy Demo: a multi-datacenter chat, client+server in 23 lines of TS https://dash.deno.com/playground/mini-ws-chat 45 comments
- Deno Deploy Beta 3 https://deno.com/blog/deploy-beta3/ 5 comments
- Deno Deploy Beta 2 https://deno.com/blog/deploy-beta2 99 comments
- Deno Deploy Beta 1 https://deno.com/blog/deploy-beta1 5 comments
Lobsters
- Deno Deploy Beta 1 https://deno.com/blog/deploy-beta1 18 comments javascript , release , web
- Svelte 5 on Deno Deploy (actually works) https://github.com/cotyhamilton/deno-sveltekit 9 comments sveltejs
- serverless-dns: The RethinkDNS resolver that deploys to Cloudflare Workers, Deno Deploy, and Fly.io https://github.com/serverless-dns/serverless-dns 11 comments selfhosted
- Comparing Deno Deploy and Cloudflare Workers http://samjmck.com/en/blog/cloudflare-workers-vs-deno-deploy/ 3 comments webdev
- Tiny Full-Stack React framework. Avoid Overengineering. Automatic routes, reload and component bundle. It uses its own RSC engine, combining SSR and CSR. 100% Deno, no Node dependencies. Fully compatible with Deno Deploy and Serverless Environments. https://github.com/hviana/faster_react 4 comments javascript