etherpad-lite/src/node
SamTV12345 f649b1e6f7
Fix/log4js (#5766)
* Updated log4js

* Updated log4js version.

* Removed requests and moved to axios.

* Fixed startup.

* Fixed windows dependency install.

* Fixed import export rate limiter.

* Fixed all log levels.
2023-10-22 18:26:58 +02:00
..
db Added jsdoc for the node part of etherpad. (#5983) 2023-10-17 12:49:56 +02:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler Added jsdoc for the node part of etherpad. (#5983) 2023-10-17 12:49:56 +02:00
hooks Fix/log4js (#5766) 2023-10-22 18:26:58 +02:00
security Added jsdoc for the node part of etherpad. (#5983) 2023-10-17 12:49:56 +02:00
utils Fix/log4js (#5766) 2023-10-22 18:26:58 +02: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 Fix/log4js (#5766) 2023-10-22 18:26:58 +02: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