Re: Seeking WebSocket proposal team

Hi Matthias

"How do people communicate over WebSockets?"


Using WS as bidirectional communication IO channel only, to send command
messages. JSON or Protocol Buffers.

COMMAND-MESSAGE:
  AUTH-DATA:
  MSG-ID:
  CORRELATION-ID:
  COMMAND-TYPE: (GET/SET/ADD/REMOVE/CALL/REPLY/SUBSCRIBE/NOTIFICATION/ERROR)
  COMMAND-NAME: (PATH-IN-DATA-TREE)
  COMMAND-DATA:


GET/SET/ADD/REMOVE sematics corresponds to manipulation data within
hierachical data tree. CALL/REPLY is RPC style messaging.
SUBSCRIBE/NOTIFICATION is obvious.

Regards
Robert

Received on Monday, 24 October 2016 11:48:01 UTC