1
0
Fork 0
mirror of https://github.com/besterprotocol/besterd synced 2023-12-13 21:00:32 +01:00

Added dub files

This commit is contained in:
Tristan B. Kildaire 2020-04-16 14:58:41 +02:00
parent 2cec2d1ce5
commit cca6b75416
3 changed files with 16 additions and 1 deletions

9
dub.json Normal file
View file

@ -0,0 +1,9 @@
{
"authors": [
"Tristan B. Kildaire"
],
"copyright": "Copyright © 2020, Tristan B. Kildaire",
"description": "Bester protocol daemon. ",
"license": "AGPL v3",
"name": "besterd"
}

6
source/app.d Normal file
View file

@ -0,0 +1,6 @@
import std.stdio;
void main()
{
writeln("Edit source/app.d to start your project.");
}

View file

@ -10,5 +10,5 @@ Bester is a protocol for authenticated message-passing in a federated network.
Every message in bester contains the following:
````
[4 bytes - message size][JSON message]
[8 bytes - message size][JSON message]
````