joshferg 0 Posted July 17, 2014 Share Posted July 17, 2014 I have a simple node.js app that controls some IO pins, has socket.io, and a static express site. The static site is in the folder /Web inside my project files. When I run the node.js file manually everything works fine. However, when I move all my files into the autorun folder /Web is not found. Socket.io starts, my node service starts, but no site. I've tried the path's below but no luck. Any ideas? app.use(express.static( __dirname + '/Web')); app.use(express.static( '/Web')); Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.