https://github.com/fraction/ssb-daemon
SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.
https://github.com/fraction/ssb-daemon
Last synced: 4 months ago
JSON representation
SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.
- Host: GitHub
- URL: https://github.com/fraction/ssb-daemon
- Owner: fraction
- Created: 2020-03-12T01:52:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:47:26.000Z (over 3 years ago)
- Last Synced: 2025-09-08T13:56:39.229Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.22 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSB-Daemon
SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.
## Example
After installing, start it from the command-line.
```shell
ssb-daemon
```
## Installation
First, you'll need Node.js and npm on your computer. Run `node --version` to see if you have it. If not, or if it's older than the [**current** or **active LTS** version](https://nodejs.org/en/about/releases/), you should [download Node.js](https://nodejs.org/en/about/releases/) first.
Then, install SSB-Daemon:
```shell
npm install -g fraction/ssb-daemon
```
This pairs well with SSB-CLI:
```
npm install -g ssb-cli
```
## Resources
- [Help](https://github.com/fraction/ssb-daemon/issues/new)
- [Source Code](https://github.com/fraction/ssb-daemon.git)
## See Also
- [Oasis](https://github.com/fraction/oasis)
- [SSB-Server](https://github.com/ssbc/ssb-server)
## License
AGPL-3.0