Removed NioTSO client and server

- NioTSO client isn't needed because we're using RayLib
- Added FreeSO's API server to handle most backend operations
This commit is contained in:
Tony Bark 2024-05-01 02:55:43 -04:00
parent f12ba1502b
commit 22191ce648
591 changed files with 53264 additions and 3362 deletions

12
server/README.md Normal file
View file

@ -0,0 +1,12 @@
# API Server
zTSO utilizes the FreeSO API architecture for its backend, albeit not entirely compatible due to differences in simulation management.
### Versioning Scheme
Instead of using FreeSO's versioning scheme, zTSO adopts a versioning pattern that adheres to SemVer guidelines with some modifications:
- FreeSO version ``beta/update-88b`` becomes ``beta/update-0.88.101`` in zTSO.
- Prefixed letters in FreeSO version are replaced with a three-digit incremental patch number in zTSO, akin to .NET's SDK versions.
This versioning strategy aims to ensure that zTSO servers remain distinct from FreeSO-compatible servers while maintaining familiarity for existing users and server operators.