private_pub icon indicating copy to clipboard operation
private_pub copied to clipboard

Pure Javascript implementation

Open ajbraus opened this issue 10 years ago • 3 comments

Is there a pure javascript implementation of this?

I am trying to get Angular on Phonegap to listen to a faye channel and then publish to it in my rails controller.

I can't get the handshake to work because all the black magic is tied up in the view helpers and I can't seem to unpack them

ajbraus avatar Mar 30 '14 05:03 ajbraus

Not yet. PrivatePub is not maintained in the moment. I may fork it and start to fix up the issues.

gregmolnar avatar Apr 01 '14 07:04 gregmolnar

i have also wanna fork and do angular version . so code is pretty clear in rails. will give you some updates

miukki avatar Feb 03 '16 06:02 miukki

well, I wouldn't do it as actioncable makes it a lot easier to implement pub/sub

gregmolnar avatar Feb 03 '16 06:02 gregmolnar