etherpad-lite/src/node
Richard Hansen 692749d1cf express-session: Extend session lifetime if user is active 2022-01-17 21:45:56 -05:00
..
db SessionStore: Delete DB record when session expires 2022-01-17 21:45:56 -05:00
eejs lint: eejs/index.js 2021-02-21 21:06:38 -05:00
handler express-session: Extend session lifetime if user is active 2022-01-17 21:45:56 -05:00
hooks express-session: Extend session lifetime if user is active 2022-01-17 21:45:56 -05:00
utils express-session: Extend session lifetime if user is active 2022-01-17 21:45:56 -05:00
README.md minor typo fix 2019-08-08 21:58:30 +02:00
padaccess.js padaccess: Delete useless try/catch 2021-04-12 22:51:06 -04:00
server.js promises: Move Gate from `server.js` (to enable reuse) 2022-01-02 18:57:44 -05:00
stats.js lint: Fix some straightforward ESLint errors 2020-12-23 16:18:28 -05:00

README.md

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