Bester protocol daemon.
Go to file
Tristan B. Kildaire 3b16145c79 Added comment. 2020-05-07 17:42:30 +02:00
source Added comment. 2020-05-07 17:42:30 +02:00
testing
.gitignore
.travis.yml
LICENSE
README.md
besterd-test-library
built_in_handlers.md
built_ins.md
dub.json
dub.selections.json
server.conf
specification.md

README.md

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