pad.libre-service.eu-etherpad/src/node
2012-03-21 19:27:06 +01:00
..
db Merge branch 'pita' 2012-03-02 22:00:20 +01:00
eejs Bugfix for when a block hook calls eejs.require recursively 2012-03-21 19:27:06 +01:00
handler Merge branch 'pita' 2012-03-02 22:00:20 +01:00
hooks/express Plugin list can now be reloaded 'live' 2012-03-19 17:16:49 +01:00
utils Bugfix to not have server required anywhere as it causes problems for command line script usage of modules 2012-03-14 18:50:13 +01:00
easysync_tests.js Removed CommonCode entierly 2012-02-28 21:19:10 +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 Bugfix to not have server required anywhere as it causes problems for command line script usage of modules 2012-03-14 18:50:13 +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