Microsoft’s Push Notification service looks almost like a possible streaming server. Now all we need Microsoft to do is release it as a product that supports COMET, WebSocket’s and Streaming, works in a clustered environment, and is fully cloud enabled.
Advertisement
Like this:
Be the first to like this post.
~ by mdavey on September 30, 2010.
Posted in Microsoft
Hi Matt,
I’ve been following along here for a while and I’ve been playing a bit with websockets recently too.
Here’s a little example I put together the other morning that’s a multi server (so could be clustered) websocket chat. Less than 140 lines of python
http://gist.github.com/604047