etherpad-lite/src/node
2020-06-06 14:30:13 +01:00
..
db backups: include the pool every 100 revs stored (#3991) 2020-06-05 22:46:12 +01:00
eejs performance: add template cache for quicker page renders 2020-06-01 15:00:47 +01:00
handler import: Resolve error handling import causes instance crash 2020-06-01 20:09:10 +01:00
hooks ux: Better ux for if cookies are disabled or not available. 2020-06-01 20:17:48 +01:00
utils export: txt import include correct OL prefix (#4086) 2020-06-06 14:30:13 +01:00
easysync_tests.js Revert "51c14d9947 changed the return value of" 2015-02-16 06:22:49 +01:00
padaccess.js access controls: promisification 2019-01-23 16:29:36 +00:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js admin: Add etherpad update check 2020-06-01 17:57:53 +01:00
stats.js node8: we no longer need to use a shim for Object.values in stats.js 2019-02-19 22:01:12 +01:00

About the folder structure

  • db - all modules that are accessing the data structure and are communicating directly to the database
  • handler - all modules that respond 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