1
0
mirror of synced 2025-03-03 16:43:52 +01:00
S-Sebb de1671aac9 Revert "Add webUI apis to manager user's access codes"
This reverts commit c1cac55683f9688c8f7b5b6e1e52838c29126a66.
2023-11-12 17:41:36 +00:00

252 B

Server

This is the solution for server.

Server is implemented with ASP.NET Core 6. ORM is Entity Framework Core 6. Database is SQLite for easier setup.

As the game uses protobuf, protobuf-net is used for serializing and deserializing the data.