a demonstration replicated social networking web app built with anproto wiredove.net/
social ed25519 protocols
at main 6 lines 140 B view raw
1import { serveDir } from 'https://deno.land/std@0.224.0/http/file_server.ts' 2 3Deno.serve((r) => { 4 return serveDir(r, {quiet: 'True'}) 5}) 6