Erlang WebSocket Client
Dave Bryson
daveb@REDACTED
Tue Feb 16 21:22:41 CET 2010
For those interested in WebSockets, I've implemented a pure Erlang
WebSocket client for calling WebSocket enabled servers from your
Erlang code. You can find more info here:
http://github.com/davebryson/erlang_websocket/blob/master/README.textile
The code defines a 'websocket_client' behaviour you implement to
create your client. The behaviour is designed to follow the WebSocket
API.
Dave
More information about the erlang-questions
mailing list