edge-runtime supabase 开源的edge function runtime

edge-runtime supabase 开源的edge function runtime, 内部基于了deno ,但是不是直接使用的deno 二进制运行,而是基于了deno 的rust crate

参考架构

包含了main worker, 以及user worker

image

说明

不少类似supabase edge function 实现的也会基于deno 去开发edge function 的runntime,但是一般都是使用deno 的二进制应用,supabase edge function 基于rust 的模式好处是性能,安全,值得学习下

参考资料

https://github.com/supabase/edge-runtime/

https://supabase.com/blog/edge-runtime-self-hosted-deno-functions

posted on 2026-09-16 08:00  荣锋亮  阅读(7)  评论(0)    收藏  举报

导航