etherpad-lite/src/node
SamTV12345 049231e4af
Feature/axios (#5776)
* Move from deprecated request package to axios.

* Fixed package.json

* Another check.

* Fixing npm - hopefully the last.

* Remove double parsing of JSON.

* Bump bundled npm to also get rid of request in the bundled npm.

* Revert "Bump bundled npm to also get rid of request in the bundled npm."

This reverts commit b60fa4f435c141bca332a5b344c36204eb0cc7b4.
2023-06-27 21:20:53 +02:00
..
db Security: Fix revision parsing (#5772) 2023-06-26 18:17:06 +01:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler Security: Fix revision parsing (#5772) 2023-06-26 18:17:06 +01:00
hooks Fix: Plugin locales should overwrite core's locales 2023-06-20 13:51:01 +01:00
utils Feature/axios (#5776) 2023-06-27 21:20:53 +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 Prevent infinite loop when exiting 2023-06-20 14:13:24 +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