This has been discussed a few times before, latest here Cheap DK language supported hosting capable of C1/node.js - any suggestions?
My recommendations is always to do as much pre-compiling as possible on your local development machine or through a build server and only publish production-ready files, assembiles and such. If you use Visual Studio this is very easy to handle with Web Essentials while ie. Grunt can be good as an allround command-line task runner.
My recommendations is always to do as much pre-compiling as possible on your local development machine or through a build server and only publish production-ready files, assembiles and such. If you use Visual Studio this is very easy to handle with Web Essentials while ie. Grunt can be good as an allround command-line task runner.