FeoBlog & Deno

Cody Casterline

FeoBlog & Deno

For a while I'd been maintaining 2 versions of the FeoBlog TypeScript client:

  • The "main" one, in Node.js, used by the web UI.
  • A port of that code to Deno.

But maintaining two codebases is not a great use of time. So now the Deno codebase is the canonical one, and I use DNT to translate that into a node module, which I then import into the FeoBlog UI, which you are probably using right now to read this post. :)