mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-02-28 11:01:54 +01:00
Removed the 's' for consistency with the other `doesFooExist()` manager calls. Retained an alias for plugins that might be using it.
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