Express compatibility #17296
alexanderankin
started this conversation in
Ideas
Replies: 1 comment
-
i actually feel quite strongly but i hope thats not worded too strongly. I was very hesitant to explore SSR but pleasantly surprised that at least the deficiency here is simply underdeveloped so maybe i can influence the future direction with my feedback. thank you for your consideration in advance, @\next.js dev community. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Express Server Semantics compatibility
I would like to copy my express router code into files in /pages/api folders. Without this, SSR needs a "real" server to piggy back off of (writing switch case on request method is not desirable).
Ideal solution
Ability to export express or other router from modules in /pages folder.
Beta Was this translation helpful? Give feedback.
All reactions