etherpad-lite/src/node
2024-03-09 09:45:33 +01:00
..
db Fixed frontend tests. (#6210) 2024-03-08 18:50:29 +01:00
eejs Moved more classes to ts. (#6179) 2024-02-22 11:36:43 +01:00
handler Fixed frontend tests. (#6210) 2024-03-08 18:50:29 +01:00
hooks Added vite react admin ui. 2024-03-09 09:45:33 +01:00
security Added typescript to etherpad 2024-02-05 21:13:02 +01:00
types Added backend in typescript. (#6185) 2024-02-23 19:48:55 +01:00
utils Added backend in typescript. (#6185) 2024-02-23 19:48:55 +01:00
padaccess.ts Added typescript to etherpad 2024-02-05 21:13:02 +01:00
README.md Added typescript to etherpad 2024-02-05 21:13:02 +01:00
server.ts Added typescript to etherpad 2024-02-05 21:13:02 +01: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