etherpad-lite/src/node
2025-08-26 21:51:13 +02:00
..
db chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
eejs chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
handler chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
hooks chore: added possibility to create pads via admin menu (#7100) 2025-08-26 21:51:13 +02:00
security chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
types chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
utils chore: fixed git determination and fixed no skin css issues (#7089) 2025-08-24 22:17:18 +02:00
metrics.ts chore: added prometheus support in Etherpad 2025-08-25 20:34:29 +02:00
padaccess.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00
prometheus.ts chore: added prometheus support in Etherpad 2025-08-25 20:34:29 +02:00
README.md Added typescript to etherpad 2024-02-05 21:13:02 +01:00
server.ts chore: migrated settings to esm6 (#7062) 2025-08-04 22:42:50 +02:00
stats.ts Added typescript to etherpad 2024-02-05 21:13:02 +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.ts is started directly