> best way wich work on all systems : is socket so :
> use socket.io plugin and a nodejs server
>
Sure, but you must invest time creating your own nodejs server, right? or is there an alternative?
no !
you can just make an easy nodejs server for just transfer messages from clients to host
i mean you can do this :
make a client side game
make a host side game
make a nodejs server for transfer messages from client to host
and you can run nodejs and host in the same machine
and now you can program just your host and client game !