Connect with iOS and Android clients to SockJS Backend

后端 未结 4 1961
误落风尘
误落风尘 2021-01-31 16:50

I\'m developing WebSocket messaging backend using Spring WebSockets, which uses SockJS + STOMP protocol. The reason why not to use plain WebSockets is because I will need to lev

4条回答
  •  一向
    一向 (楼主)
    2021-01-31 17:24

    Please find below useful references related to your requirement for both iOS and Android

    1. http://www.elabs.se/blog/66-using-websockets-in-native-ios-and-android-apps
    2. https://www.cometchat.com/blog/ios-android-chat-mobile-sdk/
    3. https://github.com/elabs/mobile-websocket-example

提交回复
热议问题