etherpad-lite/src/node
2012-10-04 18:55:57 +01:00
..
db Fix async.forEach in MultiSession code 2012-09-19 17:48:26 +02:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler Prevent server crash in handleClientReady 2012-09-28 23:23:00 +03:00
hooks Merge branch 'develop' of github.com:Pita/etherpad-lite into feature/frontend-tests 2012-10-04 18:55:57 +01:00
utils Merge pull request #994 from cweider/parent-plugins 2012-09-12 04:52:38 -07:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js Fix res.send (migrate to express v3) 2012-09-22 13:51:39 +02:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js Upgrade log4js to v0.5 2012-09-21 21:39:08 +02:00

About the folder structure

  • db - all modules that are accesing the data structure and are communicating directly to the database
  • handler - all modules that responds directly to requests/messages of the browser
  • utils - helper modules

Module name conventions

Module file names start with a capital letter and uses camelCase

Where does it start?

server.js is started directly