.. | ||
Certificates | ||
Common | ||
Context | ||
Controllers | ||
Entities | ||
Middlewares | ||
Migrations | ||
Models | ||
Properties | ||
Services | ||
Settings | ||
wwwroot/data | ||
.gitignore | ||
appsettings.json | ||
GlobalUsings.cs | ||
Program.cs | ||
README.md | ||
TaikoLocalServer.csproj |
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.