etherpad-lite/node
Matthias Bartelmeß 54511a6cea fix #722 by better argument checking in PadMessageHandler.js 2012-05-22 09:27:08 +02:00
..
db fix pitas fix 2012-03-31 18:15:08 +01:00
handler fix #722 by better argument checking in PadMessageHandler.js 2012-05-22 09:27:08 +02:00
utils Do not cache 404 responses. 2012-03-04 15:14:09 -08:00
README.md
easysync_tests.js
server.js Windows does not like IP addresses of 0.0.0.0. 2012-02-28 18:13:10 -08:00

README.md

About the folder structure

  • db - all modules that are accesing 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