Javascript server side?

后端 未结 4 612

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

4条回答
  •  粉色の甜心
    2021-01-28 06:15

    There are a variety of ways of doing server side scripting. Node.js is one solution, but even PHP, Ruby, or Python will let you do server side calculations.

    It doesn't matter though, because if your game is heavily client side JS, anyone with a greasemonkey plugin installed can cheat.

提交回复
热议问题