Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielelana/connect-mongoose-sse
Connect middleware to expose changes to a Mongoose model via SSE (Server Sent Events)
https://github.com/gabrielelana/connect-mongoose-sse
Last synced: about 1 month ago
JSON representation
Connect middleware to expose changes to a Mongoose model via SSE (Server Sent Events)
- Host: GitHub
- URL: https://github.com/gabrielelana/connect-mongoose-sse
- Owner: gabrielelana
- License: mit
- Created: 2014-01-14T22:16:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-10T22:34:54.000Z (almost 11 years ago)
- Last Synced: 2024-10-30T16:12:55.942Z (3 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What
Connect middleware to expose changes to a Mongoose model via SSE (Server Sent Events)# TODO
* documentation and complete usage example with client and server
* options
* startingAt, value or a function used to get the initial timestamp
* environment, value or a function used to get extra data to give to the query function (the function is called with req parameter)