TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Do you like this simple framework for Deno

1 pointsby txthinkingalmost 5 years ago

1 comment

txthinkingalmost 5 years ago
<p><pre><code> import {sf} from &#x27;https:&#x2F;&#x2F;deno.land&#x2F;x&#x2F;sf&#x2F;mod.js&#x27;; sf.path(&#x27;&#x2F;&#x27;, async (r)=&gt;{ return { query: r.query, body: r.json }; }); sf.run(2020);</code></pre>