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

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -