Skip to content

Technology Choices

Leland Miller edited this page Aug 30, 2014 · 2 revisions

MongoDB

Using MongoDB during initial phases because it allows us to change our data structure very fluidly while protocols and data structures are being developed.

Node.js

Node.js is a JavaScript interpreter frequently used for server-side programming. We have decided to implement our project using Node.js in its initial stages for several reasons.

  1. Familiarity of developers.

  2. Rapid development process.

  3. Prevalence of built-in and existing libraries for network development.

Clone this wiki locally