cch1 / http.async.client

Async Http Client - Clojure
http://cch1.github.com/http.async.client
267 stars 40 forks source link

Add a WebSocket client example to README #63

Closed daveyarwood closed 9 years ago

daveyarwood commented 9 years ago

Hello,

I just got a Clojure WebSocket client up and running with not too much trouble using http.async.client. This is a great library, major kudos!

This PR adds an example of creating and using a WebSocket client, for the README, if you're interested. I thought others might find it useful.

cch1 commented 9 years ago

Thanks for taking the time to document your setup. I'm personally not that familiar with websocket usage so I'm glad to get a positive report with something to add to the project for others.