pad.libre-service.eu-etherpad/src/node
2021-06-06 14:00:52 -04:00
..
db lint: Fix straightforward ESLint errors 2021-05-12 11:26:35 +02:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler Revert "PadMessageHandler: Use a Map for sessioninfos" 2021-05-05 18:09:10 -04:00
hooks tests: Send frontend test spec list as JSON 2021-06-05 03:51:06 -04:00
utils tests: Add tests for settings.json parsing 2021-06-06 14:00:52 -04:00
easysync_tests.js lint: Fix straightforward ESLint errors 2021-05-12 11:26:35 +02: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 fix(perf): Disable wtfnode dump by default 2021-04-13 16:01:41 +02: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