显示Mongo数据库中的实时数据

时间:2018-04-04 21:49:10

标签: node.js mongodb websocket socket.io real-time

我一直在考虑如何使用nodejs / mongodb创建一个天气实时Web应用程序。 我想在每次添加新文档时显示来自数据库的天气数据,我应该使用socket.io还是别的什么?

1 个答案:

答案 0 :(得分:1)

you can use socket.io for that,
as soon as data get inserted you will get a callback and through socket listner you can show or send to client side.