Running the game and lobby server under a path in an express app #1176
Unanswered
customautosys
asked this question in
Q&A
Replies: 1 comment
-
So it looks like the game server is run as a koa server, not a middleware. If you can't adapt your custom code to use koa middlewares and implement that as part of boardgame.io's server, you could potentially just run two servers? My brief overview of quasar is that it's a frontend framework that could just be run independently from the boardgame.io servers, does that sound right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm using Quasar Framework SSR https://quasar.dev/quasar-cli-vite/developing-ssr/ssr-middleware. It uses Express middleware.
Does anyone know if it is possible to run the koa app as an Express middleware on a path within my existing app? I read here that it's possible to just use app.callback(): koajs/koa#846
Is it possible to start the game and lobby server without a port? I do not need it to listen on any port because the requests should just be passed through from Express.
Beta Was this translation helpful? Give feedback.
All reactions