1
0
mirror of synced 2024-11-24 06:50:15 +01:00
TaikoLocalServer/TaikoLocalServer
2024-06-02 19:29:33 -04:00
..
.config initial commit 2023-09-09 21:58:20 +09:00
Certificates initial commit 2023-09-09 21:58:20 +09:00
Common Major refactors including frontend requests refactors, authentication refactors and request compressions 2024-05-25 18:12:30 +01:00
Configurations Combine language menus into one 2024-06-02 17:33:33 -04:00
Controllers Add leaderboard API endpoint 2024-06-02 19:29:33 -04:00
Filters Added a separate flag on the backend that controls whether authentication checks are performed in apis 2024-06-02 20:50:56 +01:00
Handlers Fixes and added a new api that retrieves all userSettings for admins 2024-05-26 21:25:24 +01:00
Logging Add writing headClerk2 request info to csv log files 2023-10-14 23:11:21 +01:00
Mappers Cleanup 2024-03-18 01:16:51 +08:00
Middlewares initial commit 2023-09-09 21:58:20 +09:00
Models Major refactors including frontend requests refactors, authentication refactors and request compressions 2024-05-25 18:12:30 +01:00
Properties Update initial data check for dan data 2023-09-10 14:11:37 +08:00
Services Add leaderboard API endpoint 2024-06-02 19:29:33 -04:00
Settings Added a separate flag on the backend that controls whether authentication checks are performed in apis 2024-06-02 20:50:56 +01:00
wwwroot/data Major refactors including frontend requests refactors, authentication refactors and request compressions 2024-05-25 18:12:30 +01:00
.gitignore Test add dan type 2023-10-17 18:57:56 +08:00
app.manifest Revert "Add webUI apis to manager user's access codes" 2023-11-12 17:41:36 +00:00
appsettings.json initial commit 2023-09-09 21:58:20 +09:00
GlobalUsings.cs Cleanup 2024-03-18 01:16:51 +08:00
Program.cs Added a separate flag on the backend that controls whether authentication checks are performed in apis 2024-06-02 20:50:56 +01:00
README.md Revert "Add webUI apis to manager user's access codes" 2023-11-12 17:41:36 +00:00
TaikoLocalServer.csproj Major refactors including frontend requests refactors, authentication refactors and request compressions 2024-05-25 18:12:30 +01:00

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.