git ssb

9+

mixmix / ssb-handbook



Commit 63ea2379b922b48463cc17a79076ca0a6cb3a14f

clean-up

Michael Williams committed on 11/7/2016, 2:18:24 AM
Parent: f8f0100b179741531548cc23992ecfe0cac86083

Files changed

modules.mdchanged
modules.mdView
@@ -1,13 +1,13 @@
1-# modules
1 +# Modules
22
3-## streams
3 +## Streams
44
55 [`pull-stream`](https://github.com/pull-stream/pull-stream): minimal composable streams with lazy back pressure and error propagation
66
7-see more at [pull-stream.github.io](https://pull-stream.github.io)
7 +See more at [pull-stream.github.io](https://pull-stream.github.io)
88
9-## database
9 +## Database
1010
1111 [`secure-scuttlebutt`](https://github.com/ssbc/secure-scuttlebutt): database of unforgable append-only feeds, optimized for efficient peer-to-peer replication
1212
1313 - [`ssb-keys`](https://github.com/ssbc/ssb-keys): keyfile operations for ssb
@@ -17,23 +17,23 @@
1717 - [`ssb-blobs`](https://github.com/ssbc/ssb-blobs): blob gossiping ssb-subprotocol
1818 - [`multiblob`](https://github.com/dominictarr/multiblob): a content-addressable-store that supports multiple hashing algorithms
1919 - [`map-filter-reduce`](https://github.com/dominictarr/map-filter-reduce): A functional query engine, that operates over streams of js objects, and can be optimized via database indexes.
2020
21-## crypto
21 +## Crypto
2222
2323 - [`secret-handshake`](https://github.com/auditdrivencrypto/secret-handshake): secure-channel based on a a mutually authenticating key agreement handshake, with forward secure identity metadata.
2424 - [`private-box`](https://github.com/auditdrivencrypto/private-box): private message between two parties (with no `to` field)
2525
26-## server
26 +## Server
2727
2828 [`scuttlebot`](https://github.com/ssbc/scuttlebot): peer-to-peer log store used as a database, identity provider, and messaging system
2929
3030 - [`muxrpc`](https://github.com/ssbc/muxrpc): lightweight multiplexed rpc
3131 - [`mdmanifest`](https://github.com/ssbc/mdmanifest): markdown manifests for mux rpc apis
3232 - [`muxrpcli`](https://github.com/ssbc/muxrpcli): command-line interface to mux rpc servers
3333 - [`secret-stack`](https://github.com/ssbc/secret-stack): connect peers to each other using secret-handshakes
3434
35-## client
35 +## Client
3636
3737 - [`ssb-notifier`](https://github.com/ssbc/ssb-notifier): desktop notifications for secure-scuttlebutt activity
3838 - [`ssb-client`](https://github.com/ssbc/ssb-client): client library to scuttlebot
3939 - [`ssb-avatar`](https://github.com/dominictarr/ssb-avatar): query for the avatar that an ssb feed has been assigned

Built with git-ssb-web