1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
Bester protocol daemon.
Go to file
2020-04-20 19:28:35 +02:00
source Debug outputs 2020-04-20 19:28:35 +02:00
testing WIP 2020-04-20 18:59:03 +02:00
.gitignore updated .gitignore 2020-04-17 21:49:38 +02:00
.travis.yml Set language to D 2020-04-17 15:47:19 +02:00
built_in_handlers.md WIP 2020-04-19 13:11:49 +02:00
dub.json updated dub 2020-04-17 21:52:03 +02:00
LICENSE Initial commit 2020-04-16 14:47:00 +02:00
README.md WIP 2020-04-19 16:51:35 +02:00
server.conf Added updated server.conf for multiple listeners 2020-04-20 19:04:05 +02:00
spec.md WIP: Responses and scopes 2020-04-18 20:09:33 +02:00
spec2.md Move to new branch for abstraction 2020-04-19 16:51:04 +02:00

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