javascript - Client - Server Web application -
i totally new web development , trying create network game.i implemented of game logics in c++ , wanted utilize this. includes of logic not have graphic features. believe client handle this.
suppose running game logic on 127.0.0.1:8000
(with c++ language). how display graphic features such sprite using browser? possible execute client code when access using browser?
this plan:
client side:representing graphical feature(gui...) information sent server.
server side: handle game logic
please correct me if not make sense @ all.
i using html canvas alongside websockets
it's worth noting these relatively new features , aren't compatible older browsers.
Comments
Post a Comment