1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
besterd/README.md
2020-04-19 16:51:35 +02:00

545 B

besterd

Build Status

Bester protocol daemon, yes I know a description could do. Think XMPP but general and modular.

Not related to the devil.

Usage

Run as follows, where <configFile> is the JSON configuration file of your bester daemon:

./besterd <configFile>

Build

Make sure you have dub and dmd installed, clone the repository and run the following:

dub build

Testing

TODO