-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
Describe the problem
Currently, when using the node apater you are stuck with one type of server that is automatically created for you when building. This however is not a great solution for many people.
There are hosts that build your application on the server, and you don't have the ability to edit the files in the build directory.
I currently want to implement a socket.io server to start alongside sveltekit, but I haven not found any way to do this currently.
Describe the proposed solution
The best was to do this in my opinion would be to use a process like mankins did in his own adapter.
Alternatives considered
I have tried using the adapter mentioned above, but it only allows 1 file to be transferred, so I couldn't copy the handler.js of the default node apater to make sveltekit actually work.
Importance
would make my life easier
Additional Information
No response