Hello, I have HTML/javascript webapp that uses async Json updates for things like interactive chat and new mail message notifications. I want to replace periodic Ajax update requests with flash socket connection. Red5 is number one candidate for that being greatest Java open source flash server.
- My application server-side is already based on Jetty. - I don't need whole red5 functionality, only basic socket conneciton with messaging. My question is: is it possible to create suck "Flash socket javascript connector webapp" by importing some red5 jars and implementing red5 servlet without involving whole red5 embedded jetty server? Did anyone do that already, maybe there are any examples around? Thanks in advance. _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
