top | item 40049122

(no title)

bnjemian | 1 year 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.

discuss

order

4star3star|1 year ago

Hi, new to Hono, Supabase, and never used Deno - do you have to use Deno with Supabase or can you substitute Hono?

bnjemian|1 year ago

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.