mirror of
https://github.com/besterprotocol/besterd
synced 2023-12-13 21:00:32 +01:00
Bester protocol daemon.
source | ||
testing | ||
.gitignore | ||
.travis.yml | ||
besterd-test-library | ||
built_in_handlers.md | ||
built_ins.md | ||
dub.json | ||
LICENSE | ||
README.md | ||
server.conf | ||
spec.md | ||
spec2.md |
besterd
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