How to design a streaming API

Posted by DotDot on Stack Overflow See other posts from Stack Overflow or by DotDot
Published on 2010-04-03T23:50:28Z Indexed on 2010/04/03 23:53 UTC
Read the original article Hit count: 162

Filed under:
|
|
|

I want to design a web svc that will push out data as they arrive at the backend server. Something like a twitter streaming API. I want to use the .Net platform

The consumers can use json and javascript events to be notified when new stuff is in the pipe.

How can I design something like this?

© Stack Overflow or respective owner

Related posts about api

Related posts about streaming