I wrote a program a few months ago in python/JavaScript that uses bottle, but when I moved it to my website (hosted on Amazon Web Service), it works when I type: sudo python2.7 moviegame.py
, but when I close Putty, the website doesn't show my game.
How do I get the server to keep running my program without relying on my computer?