A1微型框架。 用于Deno的快速API和应用程序开发。 By Mahesh Kariya. index.ts import $ , { render } from 'https://deno.land/x/a1/server.ts' const client = await render ( './index.html' ) $ ( { port : 8080 , rest : { '/' : { method : 'GET' , code : async ( req :