Closed
Description
I use mongoose in a game server development. Mongoose has ability to track data change and sync to database.Now I want to sync data to client at data change.But this sync mechanism can't use mongoose's build-in.Because the sync opportunity is various(database'data is cached in memory and sync to database at player offline)