javascript - How to send messages not to all subscribers of channel -
is there way send message n random subscribers on channel, not subscribers, using faye , ruby client server and/or javascript browser. i'm interested in clients examples in both these programming lnaguages if possible.
found answer creator of faye http://groups.google.com/group/faye-users/browse_thread/thread/6cabf09bb9367e04
"faye not support (send message one, specific client), can address messages channels. easy way have client pick unique channel using guid generator , have communicate server."
Comments
Post a Comment