etherpad-lite/src/node
Richard Hansen 7e50fc2ab5 Delete dead SERVER_MESSAGE and guest handling code
None of this code seems to be reachable. Hopefully no plugins expect
it to exist.
2020-12-18 09:29:28 +00:00
..
db lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
eejs lint: Re-run eslint --fix 2020-12-16 22:09:48 +00:00
handler Delete dead SERVER_MESSAGE and guest handling code 2020-12-18 09:29:28 +00:00
hooks lint: Fix ESLint errors in /admin/plugins code 2020-11-27 16:59:24 +00:00
utils lint: Re-run eslint --fix 2020-12-16 22:09:48 +00:00
easysync_tests.js lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
padaccess.js lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
stats.js lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00: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