开发者

Websocket client in Erlang

开发者 https://www.devze.com 2023-03-13 06:19 出处:网络
I\'d like to try to start using Erlang, and there\'s a data feed i\'d like to read that\'s distributed via Websockets.Right now i\'m doing the same in node.js using the \'websocket-client\' module, bu

I'd like to try to start using Erlang, and there's a data feed i'd like to read that's distributed via Websockets. Right now i'm doing the same in node.js using the 'websocket-client' module, but could someone suggest a websocket client library for 开发者_Python百科Erlang that I could look at? (Or an alternative solution if I'm off the mark)


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

This one didn't exist at the time the question was asked, but it's a good question that deserves to be updated.


here you are: https://github.com/MiCHiLU/erlang_websocket

you may consider also gun: https://github.com/extend/gun

0

精彩评论

暂无评论...
验证码 换一张
取 消