What is the purpose of PouchDB's 'Replication Stream' plug-in?

A)  To compress a database to save disk space
B)  To provide secure authentication for users
C)  To replicate data between databases using streams
D)  To monitor changes to the database in real-time

Correct Answer :   To replicate data between databases using streams


Explanation : PouchDB’s “Replication Stream” plug-in allows you to replicate data between databases using streams, which can be more efficient than using the standard replication API.