pad.libre-service.eu-etherpad/src/node
2020-11-25 03:40:02 +01:00
..
db lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
eejs lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
handler lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
hooks lint: Run eslint --fix on src/ 2020-11-24 20:06:12 +00:00
utils Minify: Accept single quotes in ace.js's $$INCLUDE_*(...) lines (#4513) 2020-11-25 03:40:02 +01: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