[LRUG] Event Bus in ruby

Klaus Hebsgaard klaus at hebsgaard.dk
Wed Aug 20 01:23:10 PDT 2014


Thanks for the pointer, however there were a few points I didn't put into
the original request:
- I need something small, as the app is small
- I don't mind synchronous event busses, as we don't handle anything big
yet.
- I would like some simplicity, so adding more processes to run on the
server, would be too much overhead at the moment
- We use MRI at the moment, though I can see lots of advantages to JRuby



Med Venlig hilsen / Best regards

Klaus Hebsgaard

Website: http://www.hebsgaard.dk
Blog: *http://blog.khebbie.dk <http://blog.khebbie.dk>*
LinkedIIn: http://www.linkedin.com/in/klaushebsgaard
Github: https://github.com/khebbie


On Wed, Aug 20, 2014 at 9:38 AM, Vish Vishvanath <vish.vishvanath at gmail.com>
wrote:

> Hey Klaus,
>
> On a slightly different note, I've had very positive experiences with Ruby
> in vert.x,  which enables excellent decoupling with its system of
> 'verticles': independent code modules communicating via immutable
> primitives across an event bus.
>
> The fact that you can leverage Java and several languages in the same
> codebase is a bonus.
>
> Best
>
> vv
>
> On 20 Aug 2014, at 07:42, Klaus Hebsgaard <klaus at hebsgaard.dk> wrote:
>
> Hello
>
> I am currently looking into decoupling my app a bit more.
> Coming from a C# background I would like to use an Event Bus for this, so
> that I can apply the observer pattern.
>
> I have searched a bit around and have found:
> https://github.com/kevinrutherford/event_bus
>
> Does anyone know this gem, is it worth using (well maintained etc)?
> Do you know of good alternatives?
>
> Med Venlig hilsen / Best regards
>
> Klaus Hebsgaard
>
> Website: http://www.hebsgaard.dk
> Blog: *http://blog.khebbie.dk <http://blog.khebbie.dk>*
> LinkedIIn: http://www.linkedin.com/in/klaushebsgaard
> Github: https://github.com/khebbie
>
> _______________________________________________
> Chat mailing list
> Chat at lists.lrug.org
> Archives: http://lists.lrug.org/pipermail/chat-lrug.org
> Manage your subscription: http://lists.lrug.org/options.cgi/chat-lrug.org
> List info: http://lists.lrug.org/listinfo.cgi/chat-lrug.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lrug.org/pipermail/chat-lrug.org/attachments/20140820/e3db8c95/attachment.html>


More information about the Chat mailing list