I work on a SmartHome solution using B4X:
- Android Client is written using B4A
- Server written using B4J it runs on Raspberry Pi
- Node software written using B4J (nodes are Raspis too)
I wrote the communication (client->server, node->server) using B4X Websocket server.
It is ok for testing purpose and for my private use, but when I show to my potential customers they alwas ask me if it's SECURE?
I can't say that since b4X doesn't support wws connections.
Other questions are related to the IOS support, which i plan do work on, but still not sure if the wws connetion will work.....