pad.libre-service.eu-etherpad/src/node
2020-12-27 23:40:35 +00:00
..
db lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05:00
eejs lint: Re-run eslint --fix 2020-12-16 22:09:48 +00:00
handler tests: Ignore head tag on import / improved contentcollector tests 2020-12-18 09:37:37 +00:00
hooks send the test files with the correct content-type header 2020-12-27 23:40:35 +00:00
utils remove explicitly setting process.env.DEBUG 2020-12-24 08:46:25 +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: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05: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