Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在学习 express.js 和 socket.io 来制作实时 Web 应用程序。据我所知,socket.io(和 websockets)在浏览器中可用。所以它可以监听服务器发出的事件。
对于我的用例,客户端是一个 iOS 应用程序而不是浏览器,我打算使用 express+socket 作为实时 api,将更新推送到客户端。由于iOS没有websockets,我该怎么做呢?人们目前如何将更新推送到这些设备?
我会看看这两个项目: