Can I package MongoDB in an Electron app so I don\'t need to install it on a client\'s machine? I\'m developing an app on OSX and it will probably be used on Windows. Do I
Yes. I have used this method in the past. It brings in mongod.exe and launches it.
Take a look here to see how it is done.
https://github.com/nosqlclient/nosqlclient-electron/blob/master/index.js