I'm trying to receive push messages from the server to the b4j.
I got no luck with firebase so i make a html web that receive the push, but i don't know how to open it with b4j and continuously receive data from it.
With httputils2 i can read the web but to do like i want i should use a timer and set it in 1 seg that will overload the server.
What is MQTT? "MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in...
The online example is currently disabled due to spam :( Now that both B4A and B4J support WebSockets it is possible to implement a full push framework solution. The solution is made of two components. The client app (B4A) and the server WebApp (B4J). The client opens and maintains a WebSocket...
What is MQTT? "MQTT is a Client Server publish/subscribe messaging transport protocol. It is light weight, open, simple, and designed so as to be easy to implement. These characteristics make it ideal for use in many situations, including constrained environments such as for communication in...
The online example is currently disabled due to spam :( Now that both B4A and B4J support WebSockets it is possible to implement a full push framework solution. The solution is made of two components. The client app (B4A) and the server WebApp (B4J). The client opens and maintains a WebSocket...