private_pub
private_pub copied to clipboard
Pure Javascript implementation
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
Not yet. PrivatePub is not maintained in the moment. I may fork it and start to fix up the issues.
i have also wanna fork and do angular version . so code is pretty clear in rails. will give you some updates
well, I wouldn't do it as actioncable makes it a lot easier to implement pub/sub