Topic

Client-side vs server-side

As much as possible should be client-sided, and only verified on the server. This would help with slow internet connections. For instance, pathfinding could easily be done client-side as oppose to server side, and then slow connections wouldn't have to wait for the server.

Posted 13 years ago by RobotGymnast Subscriber! | Permalink