How To

Why server side games generally can’t be hacked

We get many question daily asking us how to hack games such as Clash of Clans this article explains why server side games generally can’t be hacked

Overview –

• The Server – This party is responsible for serving content.
• The Client – This party requests content from the Server, and displays them to the user. In most cases, the client is a web browser.

Each side’s programming, refers to code which runs at the specific machine, the server’s or the client’s.

Server Side Code –

Server side is the code that resides at web server.
For every client request code is executed at server side and result is send to the client in simple HTML format.
Performance is lower than client side code due to server round trips.
Client cannot see the business logic though it is stored on server.

Client Side Code –

To Top

Pin It on Pinterest

Share This