edge-runtime supabase 开源的edge function runtime
edge-runtime supabase 开源的edge function runtime, 内部基于了deno ,但是不是直接使用的deno 二进制运行,而是基于了deno 的rust crate
参考架构
包含了main worker, 以及user worker

说明
不少类似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
浙公网安备 33010602011771号