pad.pub0.org/src/node
Richard Hansen 0a8569d0ad webaccess: Use `const` or `let` instead of `var` 2020-09-05 12:37:23 +01:00
..
db Script to create session and store token <> author more throughly (dont create ghosts) (#4012) 2020-07-16 10:51:02 +01:00
eejs pluginfw/performance: Dont cache if max age is 0 (#4098) 2020-06-08 17:21:55 +01:00
handler pluginfw: PadMessageHandler: Pass socket.io Socket object to clientVars hook (#4245) 2020-09-05 10:51:39 +01:00
hooks webaccess: Use `const` or `let` instead of `var` 2020-09-05 12:37:23 +01:00
utils bugfix/import: doc import bugfix (#4235) 2020-08-30 14:11:12 +01:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
easysync_tests.js
padaccess.js access controls: promisification 2019-01-23 16:29:36 +00: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

README.md

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