Skip to content

Comment on Building Streaming REST APIs with Ruby

Comments

Unfortunately, this approach will not work for clients using Internet Explorer (save for IE 10). WebSockets and EventStreams are fairly new, and not supported across all browsers (both for mobile and non-mobile).

This is why socket.io and its contemporaries have several layers of fallbacks, even going back to infinite iframe/JSONP polling.

Actually, it should work. If you see in the other comments, someone mentioned that rack-stream uses faye-websocket-ruby, which has multiple fallbacks.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.