pad.libre-service.eu-etherpad/src/node
2021-03-18 09:02:28 +00:00
..
db stats: Expose ueberDB metrics 2021-03-08 22:32:39 +00:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler ExportHandler: Pass the error unmodified 2021-03-18 09:02:28 +00:00
hooks sessions: add more endpoints that do not need a session (#4921) 2021-03-05 07:48:33 +00:00
utils import/export: Use Error objects for errors, not strings 2021-03-18 09:02:28 +00:00
easysync_tests.js lint: src/node/easysync_tests.js 2021-01-25 22:53:10 -05:00
padaccess.js lint: padaccess.js 2021-02-21 21:09:02 -05:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js server: Log stats (metrics) on fatal error 2021-03-11 07:38:44 +00: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