Bester protocol daemon.
Go to file
Tristan B. Kildaire 0f75841600 Upgraded 2020-07-20 19:45:25 +02:00
source Added TODO for further thread safety changes to come. 2020-06-16 18:50:50 +02:00
testing Adding new function to send status reports on errors or sucesses. 2020-05-14 11:08:27 +02:00
.gitignore
.travis.yml
LICENSE
README.md
besterd-test-library
built_in_handlers.md
built_ins.md
dub.json Upgraded 2020-07-20 19:45:25 +02:00
dub.selections.json Upgraded 2020-07-20 19:45:25 +02:00
server.conf Added ID forwarding. 2020-05-14 11:22:41 +02:00
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