Locking down a box on the web
- by glowcoder
I'm a Java developer who is looking to put a game on the web. I'm not much of a web or server guy, though, and frankly I seem a little lost at where I should start with putting something on the web.
My application works fine on my machine, and I'm sure I can make it work fine on any box I put it on. But the security of that box is pretty important.
If I sign up for a standard hosting package (let's say from GoDaddy or something) can I simply tell them "make port 12345 open for communication" and let them handle the rest of the security details? If I can't, what are the things I'm going to need to know to prevent my game server from getting hacked to shreds? (Links to solid resources fine by me!)
Thanks!