If i’m writing a website but don’t want people to be able to see the backend in im project file but want to use replit for testing purposes, can i compile code and then place it in a replit for it to run
yes, that will work, as long as you compile for linux. You just have to set the run command to ./your-binary-name
3 Likes