etherpad-lite/src/node
2023-06-25 15:26:34 +02:00
..
db Fixed startup to "Running npm to get a list of installed plugins" 2023-06-25 13:22:01 +02:00
eejs Moved to ts for other dependencies. 2023-06-23 20:53:55 +02:00
handler Fixed startup to "Running npm to get a list of installed plugins" 2023-06-25 13:22:01 +02:00
hooks Server starts up. 2023-06-25 15:26:34 +02:00
models Moved to ts for other dependencies. 2023-06-23 20:53:55 +02:00
utils Server starts up. 2023-06-25 15:26:34 +02:00
padaccess.ts Added typescript support for most backend files. 2023-06-22 22:54:02 +02:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.ts Server starts up. 2023-06-25 15:26:34 +02:00
stats.ts Added typescript support for most backend files. 2023-06-22 22:54:02 +02: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