Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 702 Bytes

Compsoscuttly

A Scuttlebutt client and feed viewer running entirely in the browser. It can connect to pubs via websockets and display the contents of feeds.

The project mascot is a Compsognathus longipes

Usage

To create a library of the relevant parts of Scuttlesaurus to use in the browser run:

deno run --unstable -A build.ts

Subsequently you can serve the files in this directory, such as with:

deno run --allow-net --allow-read https://deno.land/[email protected]/http/file_server.ts -p 8080

and access http://localhost:8080/ .