fraction / ssb-daemon

SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.
4 stars 0 forks source link

SSB-Daemon

SSB-Daemon (SSBD) is an experimental alternative to SSB-Server.

Example

After installing, start it from the command-line.

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, you should download Node.js first.

Then, install SSB-Daemon:

npm install -g fraction/ssb-daemon

This pairs well with SSB-CLI:

npm install -g ssb-cli

Resources

See Also

License

AGPL-3.0