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.
我正在尝试构建一个应用程序,该应用程序使用 node/socket.io 作为记分员来更新网页上的表单(家庭/外出/时间)并将这些结果存储在服务器上以供所有客户端接收。
我是 node 和 socket.io 的新手,所以这是解决这个问题的最佳方法吗?
感谢您的任何建议。
不确定我是否理解了这个问题,但是如果您有一个在线表格并且您需要将通知从服务器推送到客户端(即他们无需单击或重新加载页面即可看到更新),您可以使用 socket.io,是的.