It provides the ability for multiple people to simultaneously edit a single document.
The documents in FC are the notes for a specific lecture.
+EPL is installed as a git submodule to the main FC source tree with the name "etherpad-lite".
+
## The Back Channel (BC)
Although the actual BC code was written for FC, it has been extracted from the original
FC source and turned into an independent open source project.
+BC is installed as a git submodule to the main FC source tree with the name "bc".
+
## The Surrounding Website
schools, the sub pages containing lists of lectures and note taking sessions, and the
core page where EPL and BC are both found along side each other.
+Several node modules are leveraged to to make the basic website work:
+
+- (async)[URL]
+- (aws-lib)[URL]
+- (connect)[URL]
+- (connect-mongo)[URL]
+- (ejs)[URL]
+- (express)[URL]
+- (express-messages)[URL]
+- (hat)[URL]
+- (hooks)[URL]
+- (init)[URL]
+- (jade)[URL]
+- (mongodb)[URL]
+- (mongoose)[URL]
+- (socket.io)[URL]
+
# AWS Infrastructure