Since MediaWiki is using SQL databases, why is this developed so that it requires MongoDB?
Topic on Talk:VisualEditor/Real-time collaboration/Archive 1
Appearance
We're using a Node.js to create a Socket.io server, so this already has additional dependencies. MongoDB gives us a fast flat document store.