ticofab
ticofab

Reputation: 7717

Scala Websocket Client?

I am looking for a Scala WebSocket client. There are a number of examples, gists and artefacts but most of them don't work (anymore?) and none of them seem to be maintained. A Scala wrapper around AsyncHttpClient would do fine. Thanks for any pointer!

Upvotes: 6

Views: 2591

Answers (2)

Tvaroh
Tvaroh

Reputation: 6763

Some of the sttp client backends do support WebSockets, see documentation.

Upvotes: 0

ticofab
ticofab

Reputation: 7717

Time has passed and I think akka-http could be the right choice.

Upvotes: 2

Related Questions