Skip to content

A small PoC on Mongodb's feature called chain-streaming which allow applications to access real-time data changes (HTTP 2.0) without additional complexity.

Notifications You must be signed in to change notification settings

MohammedAkhil/change-stream-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A small PoC on Mongodb's feature called chain-streaming which allow applications to access real-time data changes without additional complexity.

This PoC uses server side events to maintain connection by the server to the client and updates data in the UI, real-time based on changes in the mongo database.

About

A small PoC on Mongodb's feature called chain-streaming which allow applications to access real-time data changes (HTTP 2.0) without additional complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published