I’d like to know if it was possible to load both drivers for MongoDB in the same database instance to be used simultaneously by two different languages (PHP & ASP.NET) on two separate platforms. A good example would be a .NET backend with a PHP frontend.
Share
Yes. You can have dozes of clients (written in different languages) connected to the same database as with most other database systems.
A big database wouldn’t be of much fun if only one client could access it at a time.