Websocket Client in Erlang

I would like to try to start using Erlang, and there is a data feed there that I would like to read by distributing it through Websockets. Right now I'm doing the same thing in node.js using the 'websocket-client ' module, but can anyone suggest a websocket client library for Erlang that I could look at? (Or an alternative solution if I'm not familiar)

+8
erlang websocket client
source share
2 answers
+3
source share

Here is a promising one: https://github.com/jeremyong/websocket_client

This question did not exist at the time the question was asked, but it is a good question that deserves updating.

+2
source share

All Articles