I'm considering using Lightstreamer to replace a simple framework I created for my node.js based application. The server to client I/O works great, but I also need to occasionally (aperiodic) send a simple object from the client to the server and a more complex object back from the server to the client. I'm currently using socket.io, but is there a better way to do this using the Lightstreamer API?