deniza / somun-server

Game Socket Server
MIT License
3 stars 1 forks source link

Somun should have a http endpoint for admin and reporting access #8

Open deniza opened 1 month ago

deniza commented 1 month ago

We can embed a small, performant web server and use it for things like admin access, or reporting.

Some alternatives:

deniza commented 1 month ago

There is already a subsystem designed for this purpose: AdminDashboardServer. We should figure out to make it customizable. Current structure is somehow hardcoded. Both server side classes and client html implementation should be customizable.