WikiMedia wikis (of which Wikipedia is the most known) provide a
stream of recent changes. If you want to subscribe to them
in a Meteor application (or any other application supporting DDP protocol),
you can instead connect to the https://wikimedia.meteorapp.com/
DDP endpoint
and subscribe to the publish endpoint which publishes those recent changes. The advantage is that you can filter to only
those changes you care about using MongoDB selectors, and project only fields you want. Moreover, changes of adding
or editing wiki content are augmented with the information about the change itself, e.g., a diff of the change.
See https://wikimedia.meteorapp.com/
for more information and documentation.