How the server load tiled?

All things HTML5 or text based engines, or really any web based engines.
Post Reply
zaquanishak
Posts: 53
Joined: Mon Aug 26, 2013 1:54 am

How the server load tiled?

Post by zaquanishak »

Hi,
From the example 13.7 server-load-tiled, i see that u define tiled component in both the client and server. So i want to know what do u mean by the server load tiled if both is loading the same way. I thought the server will load the tile and stream it to the client. So how should i use this component and when is the best scenario to use it?

Regards,
zachz
Programmer
compass-interactive
User avatar
coolbloke1324
Posts: 181
Joined: Mon Jan 23, 2012 5:20 pm

Re: How the server load tiled?

Post by coolbloke1324 »

The server does not stream map data to the client. The server can load the data (as per the example) so that you can do what you want with it on the server-side like setting up objects that exist there which can be streamed to the client (IgeEntity instances etc).

Basically it's just there to allow access to the tiled data from the server-side, not for anything else.
CEO & Lead Developer
Irrelon Software Limited
http://www.isogenicengine.com
Post Reply

Return to “HTML5/Web Engines”