Replace gRPC Backend #10
Reference in New Issue
Block a user
Delete Branch "ssavelyev/grpc_removal"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Rationale:
Having two separate servers and communication methods resulted in additional maintenance & the need to convert often between backend & frontend data types.
By moving the backend communication off of gRPC and to just use websockets it both gives more control & allows for simplification of the implementation.
#8
Changes:
WIP: Replace gRPC Backendto Replace gRPC Backend