Commit 63ea2379b922b48463cc17a79076ca0a6cb3a14f
clean-up
Michael Williams committed on 11/7/2016, 2:18:24 AMParent: f8f0100b179741531548cc23992ecfe0cac86083
Files changed
modules.md | changed |
modules.md | |||
---|---|---|---|
@@ -1,13 +1,13 @@ | |||
1 | -# modules | ||
1 … | +# Modules | ||
2 | 2 … | ||
3 | -## streams | ||
3 … | +## Streams | ||
4 | 4 … | ||
5 | 5 … | [`pull-stream`](https://github.com/pull-stream/pull-stream): minimal composable streams with lazy back pressure and error propagation | |
6 | 6 … | ||
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) | ||
8 | 8 … | ||
9 | -## database | ||
9 … | +## Database | ||
10 | 10 … | ||
11 | 11 … | [`secure-scuttlebutt`](https://github.com/ssbc/secure-scuttlebutt): database of unforgable append-only feeds, optimized for efficient peer-to-peer replication | |
12 | 12 … | ||
13 | 13 … | - [`ssb-keys`](https://github.com/ssbc/ssb-keys): keyfile operations for ssb | |
@@ -17,23 +17,23 @@ | |||
17 | 17 … | - [`ssb-blobs`](https://github.com/ssbc/ssb-blobs): blob gossiping ssb-subprotocol | |
18 | 18 … | - [`multiblob`](https://github.com/dominictarr/multiblob): a content-addressable-store that supports multiple hashing algorithms | |
19 | 19 … | - [`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. | |
20 | 20 … | ||
21 | -## crypto | ||
21 … | +## Crypto | ||
22 | 22 … | ||
23 | 23 … | - [`secret-handshake`](https://github.com/auditdrivencrypto/secret-handshake): secure-channel based on a a mutually authenticating key agreement handshake, with forward secure identity metadata. | |
24 | 24 … | - [`private-box`](https://github.com/auditdrivencrypto/private-box): private message between two parties (with no `to` field) | |
25 | 25 … | ||
26 | -## server | ||
26 … | +## Server | ||
27 | 27 … | ||
28 | 28 … | [`scuttlebot`](https://github.com/ssbc/scuttlebot): peer-to-peer log store used as a database, identity provider, and messaging system | |
29 | 29 … | ||
30 | 30 … | - [`muxrpc`](https://github.com/ssbc/muxrpc): lightweight multiplexed rpc | |
31 | 31 … | - [`mdmanifest`](https://github.com/ssbc/mdmanifest): markdown manifests for mux rpc apis | |
32 | 32 … | - [`muxrpcli`](https://github.com/ssbc/muxrpcli): command-line interface to mux rpc servers | |
33 | 33 … | - [`secret-stack`](https://github.com/ssbc/secret-stack): connect peers to each other using secret-handshakes | |
34 | 34 … | ||
35 | -## client | ||
35 … | +## Client | ||
36 | 36 … | ||
37 | 37 … | - [`ssb-notifier`](https://github.com/ssbc/ssb-notifier): desktop notifications for secure-scuttlebutt activity | |
38 | 38 … | - [`ssb-client`](https://github.com/ssbc/ssb-client): client library to scuttlebot | |
39 | 39 … | - [`ssb-avatar`](https://github.com/dominictarr/ssb-avatar): query for the avatar that an ssb feed has been assigned |
Built with git-ssb-web