<div dir="ltr"><a href="https://github.com/jeremyong/websocket_client">https://github.com/jeremyong/websocket_client</a><br><div><br></div><div style>For those of you who have adopted websocket technology in your servers, I have created a basic client for use in benchmarking and creating system/integration tests for erlang code.</div>
<div style><br></div><div style>It can speak using either the gen_tcp or ssl transport and currently handles text and binary messages.</div><div style><br></div><div style>I modeled the behaviour itself after essen's cowboy websocket_handler so the usage should be very similar (I also used cowboy's code as reference in a few places, I hope you don't mind Loic).</div>
<div style><br></div><div style>It is still missing a lot of base functionality, but I am releasing it because I have already found it useful to benchmark my own application's performance. So feel free to use it! And if you have a spare moment, feel free to contribute code/tests. The root level readme has a bunch of todos :)</div>
<div style><br></div><div style>Cheers,<br>Jeremy</div></div>