This is the last part in a series of three showing how to build a simple JavaScript architecture.
After seeing how to create a NodeJS application to track tweets and send them to a Google Chrome Extension in real time, we are going to see how to store and query them using a MongoDB database.
For a better understanding, this post starts by explaining the basics of MongoDB and then deals with its integration in a NodeJS application.

