I have a desktop app that I would like to port to a gwt web app. The problem is I am confused on how I would serve up live streaming rates to the new app. Currently i have a c++ application that makes a tcp connection to my broker, subscribes to rates, and then receives updates any time the price changes. It seems like web sockets would be the way to go but how can i get the data from a C++ app to the java web app? Hopefully that is not too vague.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.