meteor - Does FeathersJS use the Mongo Oplog for "live data" (when Mongodb is the database) -


the documentation not clear mechanism used. can find references pub/sub using special collection in mongo. if case possible issue in more mixed environments when example data collected other services using php or like.

feathers real-time functionality added @ service level. database independent , real-time mechanism works backend real-time updates has go through feathers rest or websocket api. long e.g. php backend talks feathers rest api clients real-time updates. if put directly in database won't.

a example graphic made illustrate how make existing api real-time. feathers services proxies requests clients connected via websockets real-time updates:

feathers api proxy


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -