HookBox is a Comet server and message queue that tightly integrates with your existing web application via web hooks and a REST interface.
284
stars
23
forks
source link
Documentation Problem - Publish via JS API #47
Closed
Xorlev closed 14 years ago
In the JS API documentation, it is stated that one must call the
publish
method from the subscription object.However, subscriptions do not have a "publish" method, rather that is found in the connection handle.