Wednesday, 04 December 2019
  1 Replies
  2.5K Visits
  Subscribe
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.
4 years ago
·
#112
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
  • Page :
  • 1
There are no replies made for this post yet.
Submit Your Response
Upload files or images for this discussion by clicking on the upload button below.
Supported: gif,jpg,png,jpeg,zip,rar,pdf
· Insert · Remove
  Upload Files (Maximum 10MB)