feature: Adds backend system and basic API.

This adds the backend API, as well as backend infrastructure, including
autostarting and basic communication between the Goroutine + Application.
This commit is contained in:
greysoh 2024-12-23 15:52:16 -05:00
parent 611d7f24f8
commit 0b73b4aa47
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
12 changed files with 777 additions and 44 deletions

10
backend/backends.dev.json Normal file
View file

@ -0,0 +1,10 @@
[
{
"name": "ssh",
"path": "./sshbackend/sshbackend"
},
{
"name": "dummy",
"path": "./dummybackend/dummybackend"
}
]