We have a desktop application and we are testing mongodb as our database. But I want to know how to integrate mongodb with our desktop app so that we can ship it as one package. I see there is a way to embed mongodb but that makes the application to be open source or AGPL but that's not at all possible with our application.
So please propose some alternatives or solutions.
And we are using c# driver.
Are you sure, will mongod.exe work automatically? then how to call in node webkit application?