TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Do you like this simple framework for Deno
1 points
by
txthinking
almost 5 years ago
1 comment
txthinking
almost 5 years ago
<p><pre><code> import {sf} from 'https://deno.land/x/sf/mod.js'; sf.path('/', async (r)=>{ return { query: r.query, body: r.json }; }); sf.run(2020);</code></pre>