Initial prototype

This commit is contained in:
patwie
2024-03-28 23:57:33 +00:00
commit 36e3ecb5c7
9 changed files with 475 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Exalidraw Backend
Frustrated on how difficult it is to setup excalidraw self-hosted but with data
storage and collaboration function this represents and attempt to run the
necessary function with a single binary implemented in go.
Apply the patch to the frontend and build excalidraw. Run Excalidraw frontend and
on the same host run
```bash
go run main.go
```