Bester protocol daemon.
Go to file
Tristan B. Kildaire 3e570e8066 Added comment and fixed compilation error. 2020-05-13 23:40:16 +02:00
source Added comment and fixed compilation error. 2020-05-13 23:40:16 +02:00
testing Updated handler test to send response back to test client. 2020-05-09 11:17:24 +02:00
.gitignore
.travis.yml
LICENSE
README.md
besterd-test-library
built_in_handlers.md
built_ins.md
dub.json Updated dependancies 2020-05-09 15:19:47 +02:00
dub.selections.json Updated dependancies 2020-05-09 15:19:47 +02:00
server.conf Redis backend works. 2020-05-08 14:16:56 +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