following starter guidelines, it's spinning up another server on different port
https://start.solidjs.com/getting-started/project-setup
#How can I use SolidJS as front-end with existing NodeJS Project?
6 messages · Page 1 of 1 (latest)
If you use solid for client side rendering only, you could also just use the regular solidjs.
It's what I do 99% of the time
Hmm, I see!
I read briefly about solidjs SSR. I may need to use SSR down the road.
Can SolidJS be used for server-related work as well? Auth, db connection, etc.? and not be visible when build > published 🤔