Commit 33dba458287bd8025b85e1574e1a82a8ecae3272
moved glossar to ssb-handbook (#26)
Steffen Vogel authored on 7/9/2019, 11:17:18 AMMikey committed on 7/9/2019, 11:17:18 AM
Parent: 71f0d75272c629cf692e419a2a9df27a27789baf
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -6,13 +6,4 @@ | ||
6 | 6 | |
7 | 7 | - [Scuttlebot](http://ssbc.github.io/scuttlebot/): a p2p log store |
8 | 8 | - [Secure Scuttlebutt](http://ssbc.github.io/secure-scuttlebutt/): a global database protocol |
9 | 9 | - [Patchwork](http://ssbc.github.io/patchwork/): a social messaging app built on Scuttlebot and SSB |
10 | - | |
11 | -## Glossary | |
12 | - | |
13 | - - **Secure-Scuttlebutt (SSB)** - A protocol for replicating logs in a global gossip network. | |
14 | - - **Scuttlebot** - An SSB server. | |
15 | - - **Feeds** - a user's stream of signed messages. Also called a log. | |
16 | - - **Gossip** - a P2P networking technique where peers connect randomly to each other and ask for new updates. | |
17 | - - **Pub Servers** - SSB peers which run on public IPs, and provide connectivity and hosting for users on private IPs. Pubs are not privileged, and do not hold special authority in the network. They are not hosts. | |
18 | - - **Invite codes** - Tokens which may be used to command specific Pub servers to follow a user. These are used to join Pubs. |
Built with git-ssb-web