0 votes
in Big Data | Hadoop by
Which language is MongoDB written in in MongoDB ?

1 Answer

0 votes
by
MongoDB is implemented in C++. However, drivers and client libraries are typically written in their own respective languages. Although, some drivers use C extensions for better performance.
...