Using express middlewares with solid start node adapter?
Is this possible? Even using global middlewares from express ecosystem would be handy for things like cors, helmet and rate limiting etc.
5 Replies
Hi @massukka do you mind clarifying the node adapter part of the question
https://github.com/solidjs/solid-start/tree/main/packages/start-node
It just means this. One that you put on to vite config. Though node adapter is used by default.
GitHub
solid-start/packages/start-node at main · solidjs/solid-start
SolidStart, the Solid app framework. Contribute to solidjs/solid-start development by creating an account on GitHub.
Basically I have tried to build backend with the solid start node adapter so I can use createServerData$ seamlessly in frontend
Ah, I see. I haven't made use of this yet. And it's still in the experimental stages. @ryansolid will know more about this
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View