netlify-edge-functions

安装量: 980
排名: #7436

安装

npx skills add https://github.com/netlify/context-and-tools --skill netlify-edge-functions

Netlify Edge Functions Edge functions run on Netlify's globally distributed edge network (Deno runtime), providing low-latency responses close to users. Syntax import type { Config , Context } from "@netlify/edge-functions" ; export default async ( req : Request , context : Context ) => { return new Response ( "Hello from the edge!" ) ; } ; export const config : Config = { path : "/hello" , } ; Place files in netlify/edge-functions/ . Uses .ts , .js , .tsx , or .jsx extensions. Show more Installs 550 Repository netlify/context…nd-tools GitHub Stars 19 First Seen Feb 27, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass

返回排行榜