Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retog/scuttlesaurus
https://github.com/retog/scuttlesaurus
deno scuttlebutt scuttleverse
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/retog/scuttlesaurus
- Owner: retog
- Created: 2021-05-31T16:30:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T13:16:22.000Z (over 2 years ago)
- Last Synced: 2024-11-17T14:13:22.130Z (3 months ago)
- Topics: deno, scuttlebutt, scuttleverse
- Language: JavaScript
- Homepage: https://retog.github.io/scuttlesaurus/
- Size: 19.4 MB
- Stars: 22
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scuttlesaurus Habitat
Scuttlesaurus Habitat is the monorepo where Scuttlesaurus lives with a couple of
friends. Together they aim at providing decentralized social media based on
[Scuttlebutt](https://scuttlebutt.nz/) technology.- [Scuttlesaurus](scuttlesaurus): implements the
[Scuttlebutt Protocol](https://ssbc.github.io/scuttlebutt-protocol-guide/) in
Typescript to run in [Deno](https://deno.land/) as well as in browsers. It
provides a simple Scuttlebutt implementation that can be used to run a
standalone host relying feeds and blobs over tcp as well as websocket
connections, or used as library in code written for Deno or for the browser.- [Compsoscuttly](compsoscuttly): This is a small client application running
entirely in the browser. It can connect to pubs via websockets and display the
contents of feeds.- [Tricerascuttler](tricerascuttler): stores the feeds retrieved by
Scuttlesaurus in an RDF Graph-Database to allow fast and easy access to
relevant content.