Archive of posts with category 'Web Socket'

Akka Web socket in Kotlin

Websocket is the communication protocol for bidirectional communication between the client and server. Mostly it is used in realtime web applications. Akka http has great support for websocket. It uses...