- NeonSprawl.Server: net8.0 -> net10.0 - README, tech_stack, server README, vision plan: .NET 8 -> .NET 10 Made-with: Cursor |
||
|---|---|---|
| .. | ||
| NeonSprawl.Server | ||
| README.md | ||
README.md
Game server (NeonSprawl.Server)
ASP.NET Core .NET 10 host for authoritative simulation (prototype: HTTP + health only).
Run
cd server/NeonSprawl.Server
dotnet run
- Default URL is printed by Kestrel (see
Properties/launchSettings.json, typicallyhttp://localhost:5253). - Check
GET /healthfor a JSON heartbeat.
Solution
From repo root: dotnet build NeonSprawl.sln