Why Dont you try redis or zmq? On Thursday, March 7, 2013, Angel Java Lopez wrote:
> Hi! > > This is only a "pet project" 0.0.1 version, sure with many bugs and > limitations: > > https://github.com/ajlopez/SimpleBus > > But I would appreciate any feedback: it is enough for your use > cases/scenarios? At least, in the ideas and available methods? > > It can publish a local bus (to publish message, to subscribe to message, > even using a predicate to filter messages), and expose the bus as a server > with many clients. > > On Wed, Mar 6, 2013 at 5:35 PM, Tim Dickinson > <[email protected]<javascript:_e({}, 'cvml', '[email protected]');> > > wrote: > >> I'm looking for a pure node event bus. Something like hook.io but that >> is kept up to date. >> >> I have been thinking of building my own module using >> https://github.com/visionmedia/axon but if something is already out >> there then why not use it. >> >> What I'm doing is have a few processes that are Independence of each >> other. There can be a master process or peer2peer type setup. Each process >> and listen/subscribe to events as other process emit/publish events. I like >> the ruby nats system but I'm looking for something that is written in node. >> I know there is a client for node for nats but i don't want to have to run >> a ruby process if i don't have to. >> >> I really like hook.io but it uses a lot of memory and is kind slow. if I >> have more then a few processes hook.io gets really slow. >> >> -- >> -- >> 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 >> [email protected]<javascript:_e({}, 'cvml', >> '[email protected]');> >> To unsubscribe from this group, send email to >> [email protected] <javascript:_e({}, 'cvml', >> 'nodejs%[email protected]');> >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:_e({}, 'cvml', >> 'nodejs%[email protected]');>. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- > -- > 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 > [email protected]<javascript:_e({}, 'cvml', '[email protected]');> > To unsubscribe from this group, send email to > [email protected] <javascript:_e({}, 'cvml', > 'nodejs%[email protected]');> > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] <javascript:_e({}, 'cvml', > 'nodejs%[email protected]');>. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Arunoda Susiripala @arunoda <http://twitter.com/arunoda> <http://gplus.to/arunoda>https://github.com/arunoda http://www.linkedin.com/in/arunoda -- -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
