By Guest on Wednesday, 04 December 2019
Posted in General
Replies 1
Likes 0
Views 2.6K
Votes 0
Hello

I'm developing an app that will have the following features:
Chat one on one, group, one for many,
Video conferencing in real time
Geofence

I intend to develop in Firemonkey for Andoroid and IOs,
The backend will be developed in node.js socket.io (subscribe) and RethinkDB

It would be possible to know if using your WebSocket compiler it would be possible to implement the resources described above, for communication with the backend, and the app will be in FireMonkey.

I'm waiting.
Hello,

sgcWebSockets support Firemonkey, so yes, you can use in Android and iOS.
There is a component to connect to socket.io servers, so you will be able to connect to your socket.io server.
Chat, video, geofence... are not implemented by websocket protocol. WebSocket allows to send/receive text/binary messages. So, if you transmit video conferencing from socket.io server to your clients, client must read this data, decode and process. Of course, sgcWebSockets library doesn't know nothing about it.

Kind regards,
Sergio
·
4 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post