tags:

views:

13

answers:

0

Hi all,

I'm working on a AIR 2.0 project which uses ServerSocket and Socket classes to communicate between applications. For now, messages are only "ping?" => "pong!", but I'd like to dispatch more complexes messages... Is there a "standard" protocol for that?

Thanks !

Romain