Initial commit

This commit is contained in:
DutchEllie 2022-05-29 18:24:59 +02:00
commit fc8d73468d
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:UU8yhd1Bh8exU88ev0ej/Dm+CeyfR/ZIDRrpRfYdfbg
2 changed files with 10 additions and 0 deletions

7
README.md Normal file
View File

@ -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.

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module dutchellie.nl/DutchEllie/proper-website-p2p-api
go 1.18