Files: 63ea2379b922b48463cc17a79076ca0a6cb3a14f / modules.md
2601 bytesRaw
Modules
Streams
pull-stream
: minimal composable streams with lazy back pressure and error propagation
See more at pull-stream.github.io
Database
secure-scuttlebutt
: database of unforgable append-only feeds, optimized for efficient peer-to-peer replication
ssb-keys
: keyfile operations for ssbssb-feed
: create a secure-scuttlebutt feedssb-config
: standard configuration for ssbssb-ref
: check if a string is a valid ssb-referencessb-blobs
: blob gossiping ssb-subprotocolmultiblob
: a content-addressable-store that supports multiple hashing algorithmsmap-filter-reduce
: A functional query engine, that operates over streams of js objects, and can be optimized via database indexes.
Crypto
secret-handshake
: secure-channel based on a a mutually authenticating key agreement handshake, with forward secure identity metadata.private-box
: private message between two parties (with noto
field)
Server
scuttlebot
: peer-to-peer log store used as a database, identity provider, and messaging system
muxrpc
: lightweight multiplexed rpcmdmanifest
: markdown manifests for mux rpc apismuxrpcli
: command-line interface to mux rpc serverssecret-stack
: connect peers to each other using secret-handshakes
Client
ssb-notifier
: desktop notifications for secure-scuttlebutt activityssb-client
: client library to scuttlebotssb-avatar
: query for the avatar that an ssb feed has been assignedssb-mentions
: extract the mentions in a ssb messagessb-markdown
: render ssb messages to markdown.ssb-sort
: sort a collection of messages by their causal order
Built with git-ssb-web