etherpad-lite/src/node
SamTV12345 9e2c4bf781
Fixed favicon not being loaded from url. (#6113)
* Fixed favicon not being loaded from url.

* Fixed tests.
2024-01-20 23:11:52 +01:00
..
db Added jsdoc for the node part of etherpad. (#5983) 2023-10-17 12:49:56 +02:00
eejs Live plugin manager (#6018) 2024-01-14 11:54:57 +01:00
handler Fixed determining file extension. (#6111) 2024-01-18 22:43:21 +01:00
hooks Fixed favicon not being loaded from url. (#6113) 2024-01-20 23:11:52 +01:00
security Added jsdoc for the node part of etherpad. (#5983) 2023-10-17 12:49:56 +02:00
utils fix: The log level is now respected again. (#6076) 2023-12-17 22:13:13 +01:00
padaccess.js padaccess: Delete useless try/catch 2021-04-12 22:51:06 -04:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js Live plugin manager (#6018) 2024-01-14 11:54:57 +01:00
stats.js lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05: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