etherpad-lite/src/node/README.md

14 lines
401 B
Markdown
Raw Normal View History

# About the folder structure
2019-01-12 19:38:49 +01:00
* **db** - all modules that are accessing the data structure and are communicating directly to the database
2019-07-24 20:49:23 +02:00
* **handler** - all modules that respond directly to requests/messages of the browser
* **utils** - helper modules
# Module name conventions
2012-02-23 15:59:20 +01:00
Module file names start with a capital letter and uses camelCase
# Where does it start?
server.js is started directly