pad.libre-service.eu-etherpad/src/node
John McLear b1614f0592 lint: i18n.js
Partial, still 3 more to do that are slightly higher hanging that can get done.
2021-02-21 21:09:02 -05:00
..
db lint: PadManager.js 2021-02-21 21:02:59 -05:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler lint: SocketIORouter.js 2021-02-21 21:06:38 -05:00
hooks lint: i18n.js 2021-02-21 21:09:02 -05:00
utils Move vendor libraries to /vendors folder and exclude from LGTM 2021-02-21 15:07:39 +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 plugins: Use npm CLI to install/uninstall plugins 2021-02-18 19:18:59 +00: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