Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)