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-17 14:50:12 +02:00
source Refactored message handler construction code 2020-04-17 14:50:12 +02:00
.gitignore Initial commit 2020-04-16 14:47:00 +02:00
dub.json Added dub files 2020-04-16 14:58:41 +02:00
LICENSE Initial commit 2020-04-16 14:47:00 +02:00
README.md Fixed build instructions 2020-04-16 15:03:30 +02:00
spec.md Added information on message handlers 2020-04-17 13:46:45 +02:00

besterd

Bester protocol daemon.

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