You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Express is still fairly commonly used. If anything at all, I think this should be made mountable to whatever a user wants (as a breaking change). That way, flavor of the month webservers will not need to be added.
I like @seiyria's idea of effectively making this mountable. So, exposing functionality that would allow developers to attach the colyseus-monitor APIs and static fileserver to whichever http server framework they want.
Allowing fixed paths to be customizable is probably more hassle than it's worth, but allowing developers to specify a prefix for all the APIs might be doable.
I'll change the title of this issue to reflect this.
rnd256
changed the title
Please add support for Koa servers
Please expose functionality to allow non-Express http servers (eg. Koa) to add their own routes for colyseus-monitor
Nov 29, 2019
I would love to use this, but it looks like an express server is required.
The text was updated successfully, but these errors were encountered: