etherpad-lite/src/node
John McLear ef2de59587
editor: use rehype-minify-whitespace
use rehype-minify-whitespace

Co-authored-by: webzwo0i <webzwo0i@c3d2.de>
2020-12-05 08:14:09 +00: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 pad: Delete unused ip and userAgent client vars 2020-11-26 15:00:46 +00:00
hooks lint: Fix ESLint errors in /admin/plugins code 2020-11-27 16:59:24 +00:00
utils editor: use rehype-minify-whitespace 2020-12-05 08:14:09 +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