The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
rektide <rekt... @voodoowarez.com>
Date: Thu, 12 Jul 2012 16:07:39 -0400
Local: Thurs, Jul 12 2012 4:07 pm
Subject: remoteable events
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Matt <hel... @gmail.com>
Date: Thu, 12 Jul 2012 16:50:41 -0400
Local: Thurs, Jul 12 2012 4:50 pm
Subject: Re: [nodejs] remoteable events
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Oliver Leics <oliver.le... @gmail.com>
Date: Fri, 13 Jul 2012 02:07:10 +0200
Local: Thurs, Jul 12 2012 8:07 pm
Subject: Re: [nodejs] remoteable events
https://github.com/nodejitsu/nssocket/
On Thu, Jul 12, 2012 at 10:50 PM, Matt <hel
... @gmail.com> wrote:
>
https://github.com/hookio/hook.io
> On Thu, Jul 12, 2012 at 4:07 PM, rektide <rekt... @voodoowarez.com> wrote:
>> 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
>> --
>> 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 nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
--
Oliver Leics @ G+
https://plus.google.com/112912441146721682527
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Tim Caswell <t... @creationix.com>
Date: Thu, 12 Jul 2012 19:13:13 -0500
Local: Thurs, Jul 12 2012 8:13 pm
Subject: Re: [nodejs] remoteable events
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
On Thu, Jul 12, 2012 at 7:07 PM, Oliver Leics <oliver.le
... @gmail.com> wrote:
>
https://github.com/nodejitsu/nssocket/
> On Thu, Jul 12, 2012 at 10:50 PM, Matt <hel... @gmail.com> wrote:
>> https://github.com/hookio/hook.io
>> On Thu, Jul 12, 2012 at 4:07 PM, rektide <rekt... @voodoowarez.com> wrote:
>>> 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
>>> --
>>> 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 nodejs@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> nodejs+unsubscribe@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>> --
>> 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 nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
> --
> Oliver Leics @ G+
> https://plus.google.com/112912441146721682527
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Dominic Tarr <dominic.t... @gmail.com>
Date: Fri, 13 Jul 2012 19:46:04 +1200
Local: Fri, Jul 13 2012 3:46 am
Subject: Re: [nodejs] remoteable events
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
On Fri, Jul 13, 2012 at 12:13 PM, Tim Caswell <t
... @creationix.com> wrote:
> 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
> On Thu, Jul 12, 2012 at 7:07 PM, Oliver Leics <oliver.le... @gmail.com> wrote:
>> https://github.com/nodejitsu/nssocket/
>> On Thu, Jul 12, 2012 at 10:50 PM, Matt <hel... @gmail.com> wrote:
>>> https://github.com/hookio/hook.io
>>> On Thu, Jul 12, 2012 at 4:07 PM, rektide <rekt... @voodoowarez.com> wrote:
>>>> 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
>>>> --
>>>> 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 nodejs@googlegroups.com
>>>> To unsubscribe from this group, send email to
>>>> nodejs+unsubscribe@googlegroups.com
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>>> --
>>> 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 nodejs@googlegroups.com
>>> To unsubscribe from this group, send email to
>>> nodejs+unsubscribe@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/group/nodejs?hl=en?hl=en
>> --
>> Oliver Leics @ G+
>> https://plus.google.com/112912441146721682527
>> --
>> 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 nodejs@googlegroups.com
>> To unsubscribe from this group, send email to
>> nodejs+unsubscribe@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/nodejs?hl=en?hl=en
> --
> 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 nodejs@googlegroups.com
> To unsubscribe from this group, send email to
> nodejs+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/nodejs?hl=en?hl=en
You must
Sign in before you can post messages.
You do not have the permission required to post.