aviga73
aviga73
WWasp-lang
Created by aviga73 on 11/6/2023 in #đŸ™‹questions
Can Wasp server code be run without docker
Hi after executing "wasp build", i see server and client code getting build in .wasp/build directory. Deployment of front end code is clar to me, but for server code it seems that it has to be implemented as a docker container. Can i build server code and run it as a normal node js process with pm2 without using docker. I tried building it and then run from dist folder, but all i get is "hello world" on home page route.
4 replies