Skip to content
On this page

Deno

Deno by Example is good intro. dnt is nice tool to deploy to npm. Trex seems like a neat package manager. Peko seems nice as a web framework.

Use Deno Cheat Sheet often. Deno - HTTP 203 is a nice overview.

Bun is a nice alternative to Deno that's quite fast too thanks to JavaScriptCore and clever engineering. I personally prefer Bun now.

Wren is interesting HTTP lib.

Share my Deno modules here.

Fresh (together with signals) is great. Although I still prefer Solid. I wish I can run Solid Start on Deno.

I deploy all Deno code using Deno Deploy. Deploying Deno on Fly.io or brawler seem nice too.

dax is great way to call shell from Deno.

OSS Deno apps

Notes