-
Notifications
You must be signed in to change notification settings - Fork 0
Technology Choices
Leland Miller edited this page Aug 30, 2014
·
2 revisions
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 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.
-
Familiarity of developers.
-
Rapid development process.
-
Prevalence of built-in and existing libraries for network development.