1
0
mirror of synced 2024-11-23 22:41:01 +01:00
TaikoLocalServer/TaikoLocalServer
shibe 7b608e0d10
Update dan_data.json
Credit to Brody
2023-10-04 14:30:34 -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 initial commit 2023-09-09 21:58:20 +09:00
Configurations initial commit 2023-09-09 21:58:20 +09:00
Controllers initial commit 2023-09-09 21:58:20 +09:00
Middlewares initial commit 2023-09-09 21:58:20 +09:00
Models initial commit 2023-09-09 21:58:20 +09:00
Properties initial commit 2023-09-09 21:58:20 +09:00
Services initial commit 2023-09-09 21:58:20 +09:00
Settings initial commit 2023-09-09 21:58:20 +09:00
wwwroot/data Update dan_data.json 2023-10-04 14:30:34 -04:00
.gitignore initial commit 2023-09-09 21:58:20 +09:00
appsettings.json initial commit 2023-09-09 21:58:20 +09:00
GlobalUsings.cs initial commit 2023-09-09 21:58:20 +09:00
Program.cs initial commit 2023-09-09 21:58:20 +09:00
README.md initial commit 2023-09-09 21:58:20 +09:00
TaikoLocalServer.csproj initial commit 2023-09-09 21:58:20 +09: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.