etherpad-lite/src/node
2023-06-23 18:57:36 +02:00
..
db Rewrote server in typescript. 2023-06-23 18:57:36 +02:00
eejs Added typescript support for most backend files. 2023-06-22 22:54:02 +02:00
handler Rewrote server in typescript. 2023-06-23 18:57:36 +02:00
hooks Rewrote server in typescript. 2023-06-23 18:57:36 +02:00
models Rewrote server in typescript. 2023-06-23 18:57:36 +02:00
utils Rewrote server in typescript. 2023-06-23 18:57:36 +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 Rewrote server in typescript. 2023-06-23 18:57:36 +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