1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00
Bester protocol daemon.
Find a file
2020-04-17 15:53:31 +02:00
source Added imports 2020-04-17 15:53:31 +02:00
.gitignore Initial commit 2020-04-16 14:47:00 +02:00
.travis.yml Set language to D 2020-04-17 15:47:19 +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 Added Travis-CI badge to README 2020-04-17 15:45:17 +02:00
spec.md Updated spec for new message handler configuration 2020-04-17 14:50:25 +02:00

besterd

Build Status

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