0

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 :(

Lazy
  • 267
  • 1
  • 8
  • 18

1 Answers1

0

)

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.

wdrai
  • 141
  • 4