Bester protocol daemon.
Go to file
Tristan B. Kildaire 9f43a9f153 Added server shutdown function to shutdown informer.
Added shutdown function for informer to shutdown informer service.
Added shutdown function to informer client to shutdown informer client.
2020-05-07 19:01:00 +02:00
source Added server shutdown function to shutdown informer. 2020-05-07 19:01:00 +02:00
testing New handler message format. 2020-05-04 13:23:09 +02:00
.gitignore Updated .gitignore. 2020-05-02 18:23:49 +02:00
.travis.yml Set language to D 2020-04-17 15:47:19 +02:00
LICENSE Initial commit 2020-04-16 14:47:00 +02:00
README.md WIP 2020-04-19 16:51:35 +02:00
besterd-test-library WIP: Response handling 2020-04-24 17:12:25 +02:00
built_in_handlers.md WIP 2020-04-19 13:11:49 +02:00
built_ins.md Added built-ins listing 2020-04-20 20:30:55 +02:00
dub.json Made workable for dub 2020-05-02 22:38:25 +02:00
dub.selections.json Use new `bformat` library for messaging. 2020-05-02 20:05:05 +02:00
server.conf Added new field for future feature. 2020-05-07 18:12:37 +02:00
specification.md Fixed formatting in spec. 2020-04-30 10:49:20 +02:00

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