How to Receive Messages in Real-Time via HTTP Like TCP?

How to Receive Messages in Real-Time via HTTP Like TCP?

1How WebIM Implements Message Pushing WebIM typically has three methods to implement a push channel: WebSocket FlashSocket HTTP Polling Among these, ① and ② are implemented using TCP long connections, which can guarantee the real-time nature of messages through TCP. Scheme ③ is considered the “orthodox” method for WebIM to implement message pushing, using HTTP … Read more