#Nest.js + Solid.js

5 messages · Page 1 of 1 (latest)

hearty spindle
#

Nestjs is a backend framework

rare raptor
#

Sorry, I like... Can I use any back-end framework with Solid.js?

hearty spindle
#

I'm not too sure for Solid-Start but for SolidJS without Solid-Start, yes

rare raptor
#

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?

swift arch
#

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.