+ Replacing rust microservice with more lenient js built server

The JSON-API can't _really_ use regular http requests because this server then has to do a lot of
multi-threading nonsense.
For the sake of simplicity for myself and others that try to write their own FC
compliant servers: the rtc server(for now) only takes in websocket requests,
and attemptes to discern servers from users connections for event handling
This commit is contained in:
shockrah
2021-04-01 11:41:51 -07:00
parent afdeef0a49
commit d8171f8b03
12 changed files with 299 additions and 1431 deletions

View File

@@ -1 +1,2 @@
target/
node_modules/