Category Articles RSS Feed
How To Set Up a Scalable MongoDB Database
Viewed 7771 times since Mon, Dec 23, 2013
MongoDB is a NoSQL database with great features like replication and sharding built in. This allows you to scale your database to as many servers as you would like by distributing content among them. Before anything MongoDB related is installed,... Read More
How To Connect Node.js to a MongoDB Database
Viewed 7090 times since Mon, Dec 23, 2013
Introduction In this tutorial, we will show how to use Node.js to connect to a MongoDB database in a server and do some basic data manipulations. Here are the following software components that will be used: Ubuntu 12.04 x32 MongoDB v2.4.6 Node... Read More