Hi
I build a ABM app.
(1) I want to send binary data from frontside with websocket.
(2) I build a server websocket class module in the server side.
(3) I will receive binary data from websocket's input stream in run-time. my question is
(1) How can i monitor the data received and then read it, process it real-time ?
(2) Can i send binrary data from server websocket class moduleto frontside ?
Hi I build a ABM app. (1) I want to send binary data from frontside with websocket. (2) I build a server websocket class module in the server side. (3) I will receive binary data from websocket's input stream in run-time. my question is (1) How can i monitor the data received and then read it, process it real-time ? (2) Can i send binrary data from server websocket class moduleto frontside ?