Server Side Events in FubuMVC

70 views
Skip to first unread message

Jeremy D. Miller

unread,
May 22, 2012, 9:57:59 AM5/22/12
to FubuMVC Develop
Just for giggles, let's say that I'm adding direct support for Server Side Events to FubuMVC today.  Does anybody today have any thoughts about what if anything they might want for that?  I know our own requirements and that's all I'm building out for the moment.  I'll put more effort into this if it's going to be used by more folks than us.

And yes, I looked quite extensively at SignalR before deciding to do this.  I think it's a perfectly valid choice if you can color inside their lines.
 
Jeremy D. Miller
The Shade Tree Developer
jeremy...@yahoo.com

Dru Sellers

unread,
May 22, 2012, 10:03:25 AM5/22/12
to fubumv...@googlegroups.com
Is this going into core or a separate project?

I would prefer a separate project, so that this doesn't drag out the 1.0 release and so that if it only ends up being used by Surgery Logistics then it won't confuse others that might want to use other options.

-d

--
You received this message because you are subscribed to the Google Groups "FubuMVC Development Group" group.
To post to this group, send email to fubumv...@googlegroups.com.
To unsubscribe from this group, send email to fubumvc-deve...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fubumvc-devel?hl=en.

Jeremy D. Miller

unread,
May 22, 2012, 10:08:23 AM5/22/12
to fubumv...@googlegroups.com
Dru,

I'm having to extend some of the Http abstractions to make it happen anyway.  It's going to be no more than 6-10 new classes.  I'm going to put it in Core for the moment, then we can worry about splitting it out later.
 


From: Dru Sellers <d...@drusellers.com>
To: fubumv...@googlegroups.com
Sent: Tue, May 22, 2012 9:03:34 AM
Subject: Re: [fubumvc] Server Side Events in FubuMVC

Dru Sellers

unread,
May 22, 2012, 10:09:28 AM5/22/12
to fubumv...@googlegroups.com
m'kay

-d

KevM

unread,
May 22, 2012, 10:34:49 AM5/22/12
to fubumv...@googlegroups.com
+1 on a separate project. I am very interested in getting a stable Fubu at 1.0. 

-d

To unsubscribe from this group, send email to fubumvc-devel+unsubscribe@googlegroups.com.

Jaime Jhon

unread,
May 22, 2012, 12:06:29 PM5/22/12
to fubumv...@googlegroups.com
Noob question, what do you mean by "Server Side Events"? Like .Net events? Or more like an "Event Aggregator"??

I suppose is the later.

Humbly I present you my own event aggregator built on top of fubumvc: 

Is quite raw and does not have many features, we are using it in our projects, though.

But if you have already something done and is work in progress, I would like to give it a try in the near future.

Regards,
Jaime.


To view this discussion on the web visit https://groups.google.com/d/msg/fubumvc-devel/-/AJcUxhidk2oJ.

To post to this group, send email to fubumv...@googlegroups.com.
To unsubscribe from this group, send email to fubumvc-deve...@googlegroups.com.

Michael Murray

unread,
May 22, 2012, 12:07:42 PM5/22/12
to fubumv...@googlegroups.com
It sounds like he means events that happen on the server and need to make it back down to the client.

Jaime Jhon

unread,
May 22, 2012, 12:10:23 PM5/22/12
to fubumv...@googlegroups.com
Gotcha! Sounds cool.

Jeremy D. Miller

unread,
May 22, 2012, 1:02:23 PM5/22/12
to fubumv...@googlegroups.com

It's a unidirectional way to send a stream of data from the server to the client, but lighterweight than WebSockets.  We started using Fleck, and it's fine, but we've run into issues with WebSockets over 3G/4G connections that has pushed us toward SSE instead.
 


From: Jaime Jhon <jaime....@gmail.com>
To: fubumv...@googlegroups.com
Sent: Tue, May 22, 2012 11:10:46 AM

Subject: Re: [fubumvc] Server Side Events in FubuMVC
Reply all
Reply to author
Forward
0 new messages