basic server implementation

This commit is contained in:
kittentm 2026-06-14 22:01:28 +02:00
commit 71f3da08fc
Signed by: kitten
GPG key ID: 394B4EABE4405A83
6 changed files with 709 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/target
.env