I am developing a desktop application which will communicate with an iOS app and transfer/receive data in realtime. What is the best way to do this? Should I use something like OpenFire as the backend server?

Thanks.

有帮助吗?

解决方案 2

I am going with OpenFire. OpenFire has a lot of options starting from private messaging to conferencing to email notifications using plugins. Overall, it is more flexible than any of the other solutions out there.

其他提示

What about using Bonjour? This project on GitHub will help you a lot.

https://github.com/Cocoanetics/DTBonjour

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top