Do you like this simple framework for Deno(github.com)1 points·by txthinking·6 anni fa·1 commentsgithub.comDo you like this simple framework for Denohttps://github.com/txthinking/sf1 commentsPost comment[–]txthinking·6 anni fareply import {sf} from 'https://deno.land/x/sf/mod.js'; sf.path('/', async (r)=>{ return { query: r.query, body: r.json }; }); sf.run(2020);