Subterfuge-Revived / Remake-Core

Core repository that holds all game logic for both front end rendering and back end validation.
Creative Commons Zero v1.0 Universal
39 stars 23 forks source link

Convert C# server to REST API instead of Protobuf #94

Closed QuinnBast closed 1 year ago

QuinnBast commented 1 year ago

Description

This MR converts the previous API server to a REST API instead of a protobuf server. Protobuf is hard to work with and is not supported in the web. Additionally, it is much easier for other developers to work with a web API.