B4J Question [ABMaterial] Can i read data from websocket inputstream ?

jinyistudio

Well-Known Member
Licensed User
Longtime User
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 o_O
(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 module to frontside ?
 
Last edited:

liulifeng77

Active Member
Licensed User
Longtime User
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 o_O (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 module to frontside ?
 
Upvote 0

jinyistudio

Well-Known Member
Licensed User
Longtime User
從A電腦browser用microphone廣播聲音至B電腦browser,中間會經過b4j server,使用websocket
 
Upvote 0

jinyistudio

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top