Javascript server side?

后端 未结 4 500

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:38

    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.

提交回复
热议问题