Hacker News new | ask | show | jobs
by bnjemian 797 days ago
Been using Hono for a few months and have really enjoyed it. For me, it's been the perfect minimal HTTP/router functionality needed to structure an API that lives within a single edge function that's deployed to Supabase and interacts with the Postgres DB therein. Great project – simple, intuitive, fast, lightweight.
1 comments

Hi, new to Hono, Supabase, and never used Deno - do you have to use Deno with Supabase or can you substitute Hono?
In the documentation and Supabase CLI, edge functions on Supabase are demonstrated and scaffolded, respectively, with a Deno runtime. I don't think it's required though. And if you've used Node.js, Deno will feel very familiar.