#Nest.js + Solid.js
5 messages · Page 1 of 1 (latest)
Sorry, I like... Can I use any back-end framework with Solid.js?
I'm not too sure for Solid-Start but for SolidJS without Solid-Start, yes
How I do this thing, that it runs backend in e.g. express and frontend in solid? Like I created solid project with websockets, but that's somehow all hidden and all I see is client routes... I don't even know what happens on server from solid?
You need to make index and assets from the build of the solid project available in the server (or use another server for it, but then you might need CORS headers to access the API.