etherpad-lite/src/node
2012-04-19 14:45:26 +03:00
..
db getPad fails if an invalid padID is passed and only two function arguments 2012-04-19 14:45:26 +03:00
eejs Exposed require to ejs pages! 2012-03-22 18:34:38 +01:00
handler removed sliderEnabled, supportsSlider clientVars, as they were not used anywhere 2012-04-15 19:25:23 +02:00
hooks/express Don't block static paths with http auth 2012-04-13 05:17:48 -04:00
utils Merge branch 'develop' into ace2_refactoring 2012-04-05 00:51:18 +02:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js Make the console show the url that admin/plugins is available at 2012-04-05 17:49:03 +01: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