Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 545 Bytes

File metadata and controls

29 lines (18 loc) · 545 Bytes

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