Hi,
I am making a mesanging application and I decided to make the backend in b4j.
I was thinking to using mqtt broker as the server but without some events of the broker it is not possible (authorizations,...)
And I decided to use jServer with websockets. But it seems that in jServer websockets only support support String to send and receive data.
Is there a way to send/receive bytes instead of string?
Narek
I am making a mesanging application and I decided to make the backend in b4j.
I was thinking to using mqtt broker as the server but without some events of the broker it is not possible (authorizations,...)
And I decided to use jServer with websockets. But it seems that in jServer websockets only support support String to send and receive data.
Is there a way to send/receive bytes instead of string?
Narek