+ 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:
1
rtc-server/.gitignore
vendored
1
rtc-server/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
target/
|
||||
node_modules/
|
||||
|
||||
Reference in New Issue
Block a user