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
Can we make vike-node generic so that it can take any server entry ./path/to/server/index.ts as argument? So that it becomes more like a drop in replacement for ts-node.
In addition, we can have vike-{express,hono,fastify,...} for seamless integration (powered by universal-middleware).
Labeling this as low-prio because vike-{express,hono,fastify,...} are more important (they are crucial for the Stem vision). But it's good to have this nice-to-have-goal on the radar since we're currently refactoring the whole server integration.
The text was updated successfully, but these errors were encountered:
vike-node
supports these server frameworks: https://github.com/vikejs/vike-node#supported-servers.Can we make
vike-node
generic so that it can take any server entry./path/to/server/index.ts
as argument? So that it becomes more like a drop in replacement forts-node
.In addition, we can have
vike-{express,hono,fastify,...}
for seamless integration (powered byuniversal-middleware
).CC @magne4000 @rtritto
Labeling this as
low-prio
becausevike-{express,hono,fastify,...}
are more important (they are crucial for the Stem vision). But it's good to have this nice-to-have-goal on the radar since we're currently refactoring the whole server integration.The text was updated successfully, but these errors were encountered: