Feed 是一种数据格式,用于给(订阅的)用户提供持续更新的内容
看似是 Push 内容给用户的形式,实质是用户自己主动选择多个订阅源,展示内容汇总的聚合器(典型代表是RSS)主动向服务器请求内容,再以时间顺序呈现到聚合器,是一种典型的 Pull Technology(定义如下)
Pull coding or client pull is a style of network communication where the initial request for data originates from the client, and then is responded to by the server.