Hi, I am evaluating lightstreamer as a potential server for an interactive web game. It is unclear from what I've read whether lightstreamer provide API support for the client side to send update/action back to the game server. Basically, I need the game server to distribute game environment update to the clients, and the clients send player actions to the game server, which then processes them and distributes the effects.

Is this easy to be done with lightstreamer and (preferably) pure javascript? If so, what mechanism lightstreamer use to send the client info to the server?

Thanks very much.