mongo-realtime
Version:
A Node.js package that combines Socket.IO and MongoDB Change Streams to deliver real-time database updates to your WebSocket clients.
28 lines (27 loc) • 607 B
JSON
{
"name": "mongo-realtime",
"version": "2.0.3",
"main": "index.js",
"scripts": {},
"keywords": [
"mongo",
"mongoose",
"replica",
"stream",
"realtime",
"mongodb",
"socket",
"db"
],
"author": "D3R50N",
"license": "MIT",
"repository": {
"url": "git+https://github.com/D3R50N/mongo-realtime.git"
},
"description": "A Node.js package that combines Socket.IO and MongoDB Change Streams to deliver real-time database updates to your WebSocket clients.",
"dependencies": {
"chalk": "^4.1.2",
"mongoose": "^8.17.0",
"socket.io": "^4.8.1"
}
}