Created Etherpad lite notes (markdown)
[oweals/finalsclub.wiki.git] / Home.md
1 The finalsclub webapp relies on the following self-contained projects:
2
3 * [bc](https://github.com/finalsclubdev/bc) a BackChannel-like question tool
4 * [Etherpad-lite](https://github.com/Pita/etherpad-lite) A collaborative, real-time text editor [our fork](https://github.com/chapel/etherpad-lite)
5
6 The finalsclub software uses the following packages:
7
8 nodejs/npm:
9
10 * [express](http://expressjs.com/guide.html)
11 * async                                                                                                                                                                                                                             
12 * aws-lib                                                                                                                                                                                                                           
13 * connect-mongo                                                                                                                                                                                                                     
14 * connect                                                                                                                                                                                                                           
15 * ejs                                                                                                                                                                                                                               
16 * express-messages                                                                                                                                                                                                                  
17 * express                                                                                                                                                                                                                           
18 * jade                                                                                                                                                                                                                              
19 * hat                                                                                                                                                                                                                               
20 * mongodb                                                                                                                                                                                                                           
21 * mongoose                                                                                                                                                                                                                          
22 * socket.io 
23 * TODO: finish this list
24
25 javascript:
26
27 * [protodiv](https://github.com/sleeplessinc/protodiv)