pad.libre-service.eu-etherpad/src/node
John McLear 0cc8405e9c Bump minimum required Node.js version to 10.17.0
This makes it possible to use fs.promises.
2021-01-30 17:00:40 -05:00
..
db db/Pad: Call padCopy and padRemove hooks asynchronously 2021-01-28 09:36:22 +00:00
eejs eejs: Cache the compiled template, not the template string 2021-01-20 08:15:43 +00:00
handler lint: Re-run eslint --fix 2021-01-29 01:14:03 -05:00
hooks openapi: Fix error logging 2021-01-27 04:59:36 +00:00
utils fix: runtime error if no buttons are present in toolbar (#4680) 2021-01-26 11:02:54 +00:00
easysync_tests.js lint: src/node/easysync_tests.js 2021-01-25 22:53:10 -05:00
padaccess.js lint: src/node/padaccess.js 2021-01-25 22:53:11 -05:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
server.js Bump minimum required Node.js version to 10.17.0 2021-01-30 17:00:40 -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