GraniteDS websockets, same endpoint for Flex and JS

193 views Asked by At

GraniteDS 3.1.0RC1 supports Websocket JSR 356 specification. Does it mean I can use the same endpoint for Flex client and Javascript client? I didn't find websocket demo in the GraniteDS tutorial :(

1

There are 1 answers

0
wdrai On BEST ANSWER

)

GraniteDS implements an AMF-based messaging protocol on top of websockets. It's not really possible nor useful to use a JS client with this same endpoint as it would not be able to communicate with Flex clients. As for a demo/tutorial, you can have a look at this.