etherpad-lite/src/node
muxator 36addd2205 server.js: group together the loading of the stats system
No functional changes, this is intended to simplify subsequent patches.
2019-02-19 00:41:51 +01:00
..
db db/Pad: reversed truthy condition to make core logic evident 2018-08-29 03:03:34 +02:00
eejs use latest ejs 2015-04-11 09:53:27 +01:00
handler api: simplify version table 2019-01-22 22:51:22 +01:00
hooks windows: allow graceful shutdown on Windows, too 2019-02-16 00:14:39 +01:00
utils utils/AbsolutePaths.js: do not break when running as a Windows manual install 2019-02-11 03:28:02 +01:00
easysync_tests.js Revert "51c14d9947 changed the return value of" 2015-02-16 06:22:49 +01:00
padaccess.js Use the cookie parser middleware 2015-05-07 18:35:21 +01:00
README.md Fix typos 2019-01-16 11:14:04 +01:00
server.js server.js: group together the loading of the stats system 2019-02-19 00:41:51 +01:00
stats.js runtime: polyfill Object.values() 2018-08-15 22:34:05 +02: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 responds 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