An open API service indexing awesome lists of open source software.

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.

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