Josh194 / FMCB

A platform that allows the linking of multiple applications/games together in various ways.
GNU General Public License v3.0
2 stars 1 forks source link

Subsystem communication API #37

Closed Josh194 closed 3 years ago

Josh194 commented 3 years ago

Lays out a basic API for clients to connect to the core server (local only for now), and process the response. API is provided as a built library in the format that best fits the wrapper language. Actual wrapper implementations will be done in a future pull request. Along with #36, this completes #2. This branch also contains some commits from #36.