WebSocket Echo Client

WebSocket is a two-way communication protocol over a TCP. WebSocket provides a persistent connection between a client and server. It means that both of them can send data at any time.

Echo client connects to an echo server and sends data. The echo server receives data from client and sends it back.

No.Programming language
1.Java (Android)
2.Kotlin (Android)

Leave a Comment

Cancel reply

Your email address will not be published.