Node js中使用Websocket将数据实时更新到客户端
当我的 sql 服务器数据库表值更新或为该客户端插入新行(实时数据)时,我想向客户端发送 ws 消息。我怎样才能做到这一点。我使用 Node js 和 Mssql 作为数据库。我之前尝试过的是每秒检查数据库并将记录发送给客户端。但问题是当更多用户连接时我收到数据库超时错误。为什么因为我每秒检查每个用户的数据库。我现在该怎么办才能解决这个问题。
I want to send ws message to the client when my sql sever database table values updated or new row inserted (real time data) for that client. how can I achieve this. I'm using Node js and Mssql for DB. what I tried before was checking every second to DB and sending the records to the clients. But the problem is when more users connected I'm getting database timeout error. Why because I'm checking db for every users every seconds. What can I do now how can I solve this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论