etherpad-lite/src/node
2022-02-19 14:55:42 -05:00
..
db Pad: Remove unneccessary padManager.getPad() call 2022-02-19 14:55:42 -05:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler ImportHandler: Skip default pad text when importing to a new pad 2022-02-19 14:25:51 -05:00
hooks deps: Upgrade formidable to 2.0.1 2022-01-28 21:34:57 -05:00
utils deps: Bump rehype and rehype-minify-whitespace 2022-01-27 01:27:10 -05:00
padaccess.js padaccess: Delete useless try/catch 2021-04-12 22:51:06 -04:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js deps: Require Node.js 12.17.0 or later 2022-01-27 01:27:10 -05:00
stats.js lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05: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