Is it at all possible to use javascript server side and thus not shown in page source for certain core calculations?
I\'m developing a game, and one crucial part of the
I would do an AJAX request. Submit raw data to the server and get back the completed data. Use a server side language (PHP) to do the secure calculations. JavaScript on the server side is a real crap shoot.