Is there a library what that implements pusher.com in node.js?

I use pusher.com and want to migrate to my own hosting. Is there a library that implements the Pusher.com protocol in Node.js?

Slanger is an open source implementation of the Pusher protocol written in Ruby; I'm not familiar with one written in Node. Note that the protocol is fairly documented, so if you really needed it for Node you could potentially write one.