Hi,
Taking into account that future iOS apps should communicate through HTTPs to their server and support ipV6, was is the best way of having a client in iOS (B4I) to communicate to a server (B4J) ?
I was thinking of:
- HTTPs post requests passing serialized objects
- B4J running Jetty server in port 443 (certificate of Let's encrypt). Is this possible ?
The VPS the server is running has an IPV6 address: anything more to be configured ?
Thanks !
Taking into account that future iOS apps should communicate through HTTPs to their server and support ipV6, was is the best way of having a client in iOS (B4I) to communicate to a server (B4J) ?
I was thinking of:
- HTTPs post requests passing serialized objects
- B4J running Jetty server in port 443 (certificate of Let's encrypt). Is this possible ?
The VPS the server is running has an IPV6 address: anything more to be configured ?
Thanks !