remoteable events

53 views
Skip to first unread message

rektide

unread,
Jul 12, 2012, 4:07:39 PM7/12/12
to nod...@googlegroups.com
Hi nodejs group,

Any suggestions for drop-in enhancements/replacements to EventEmitter which allow events to
replicate cross-process or across different systems?

Bonus points for anything that supports multiple transports!

-rektide

Matt

unread,
Jul 12, 2012, 4:50:41 PM7/12/12
to nod...@googlegroups.com
https://github.com/hookio/hook.io


-rektide

--
Job Board: http://jobs.nodejs.org/
Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Oliver Leics

unread,
Jul 12, 2012, 8:07:10 PM7/12/12
to nod...@googlegroups.com

Tim Caswell

unread,
Jul 12, 2012, 8:13:13 PM7/12/12
to nod...@googlegroups.com
If you want multi-transport, freestyle rpc (with callbacks), then
dnode-protocol (by substack) or smith (by me) are nice.

https://github.com/substack/dnode-protocol/
https://github.com/c9/smith

Dominic Tarr

unread,
Jul 13, 2012, 3:46:04 AM7/13/12
to nod...@googlegroups.com
I have a module that is just straight forward EventEmitter you just
pipe it through a stream,
so it works over any IO that is implemented as a stream. (which is
everything except UDP) for web sockets, use
https://github.com/substack/shoe

https://github.com/dominictarr/remote-events
Reply all
Reply to author
Forward
0 new messages