Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
remoteable events
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
rektide  
View profile   Translate to Translated (View Original)
 More options Jul 12 2012, 4:07 pm
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Matt  
View profile  
 More options Jul 12 2012, 4:50 pm
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

https://github.com/hookio/hook.io


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oliver Leics  
View profile  
 More options Jul 12 2012, 8:07 pm
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/

--
Oliver Leics @ G+
https://plus.google.com/112912441146721682527

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Caswell  
View profile  
 More options Jul 12 2012, 8:13 pm
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dominic Tarr  
View profile  
 More options Jul 13 2012, 3:46 am
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »