1
0
mirror of synced 2024-11-30 17:24:33 +01:00
TaikoLocalServer/TaikoLocalServer
asesidaa 2d7e293acb Add README.md
Merge changes
2022-09-11 00:12:00 +08:00
..
Certificates Add certificate 2022-08-13 21:54:29 +08:00
Common Add api to get best data and set favorite songs 2022-09-09 01:22:01 +08:00
Context Prepare for web ui 2022-09-05 00:52:58 +08:00
Controllers Add missing drum roll count to play log 2022-09-10 14:35:17 +08:00
Entities Add missing drum roll count to play log 2022-09-10 14:35:17 +08:00
Middlewares Remove unused imports 2022-08-26 21:39:25 +08:00
Migrations Add missing drum roll count to play log 2022-09-10 14:35:17 +08:00
Models Start experimenting dans 2022-08-28 18:41:37 +08:00
Properties Initial commit 2022-08-13 21:54:14 +08:00
Services Add missing drum roll count to play log 2022-09-10 14:35:17 +08:00
Settings Prepare for web ui 2022-09-05 00:52:58 +08:00
wwwroot Add dan save (test) 2022-08-29 20:46:28 +08:00
appsettings.Development.json Initial commit 2022-08-13 21:54:14 +08:00
appsettings.json Prepare for web ui 2022-09-05 00:52:58 +08:00
GlobalUsings.cs Prepare for web ui 2022-09-05 00:52:58 +08:00
Program.cs Prepare for release 2022-09-10 01:27:20 +08:00
README.md Add README.md 2022-09-11 00:12:00 +08:00
TaikoLocalServer.csproj Prepare for release 2022-09-10 01:27:20 +08: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.