commit fc8d73468d7019023dc71e4417341f69a32c1fc9 Author: DutchEllie Date: Sun May 29 18:24:59 2022 +0200 Initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6497659 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Proper-website p2p API + +The p2p part of the proper-website API. +Designed specifically to be ephemeral, and scalable. +As long as one node is online, it should be fine I think. + +Mostly a relay, but also able to serve other stuff in case something is wrong. \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..7980122 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module dutchellie.nl/DutchEllie/proper-website-p2p-api + +go 1.18