jarohen / chord

A library designed to bridge the gap between the triad of CLJ/CLJS, web-sockets and core.async.
439 stars 40 forks source link

Add support for nodejs/node-webkit client using the "ws" library #54

Closed ageneau closed 7 years ago

jarohen commented 7 years ago

Hi Sylvain,

Thanks for this PR - I'll hopefully get chance to look at this either this evening or tomorrow.

Cheers :)

James

ageneau commented 7 years ago

Hi James,

In case you want to make a quick test on NodeJS, I have a working example here: https://github.com/ageneau/chord/tree/node-example/example-node .

Regards, Sylvain

jarohen commented 7 years ago

Thanks Sylvain - that node example was particularly useful; I've included it in the repo for others to have a look at.

Have released 0.8.1 with this change.

Cheers,

James