문제

It seems that github uses a polling server for real time notifications (live.github.com) on its web interface.

It seems like the technology is not Websocket based neither XHR-polling.

How is it developed ?

도움이 되었습니까?

해결책

It seems they use HTML5 Server-Sent Events.

I found it after a while by looking at the request to live.github.com that accepts "text/event-stream"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top