pad.libre-service.eu-etherpad/src/node
Stephan Jauernick 26ece95905 Update src/node/db/API.js
Added a missing symicolon and removed the padID argument which is not passed(and thus leads to an errors because the callback lands in there).
2012-12-07 11:28:03 +01:00
..
db Update src/node/db/API.js 2012-12-07 11:28:03 +01:00
eejs Pass on the render args to all eejs hooks 2012-11-01 13:44:06 +01:00
handler Update src/node/handler/APIHandler.js 2012-12-07 11:28:03 +01:00
hooks Fix #1219: Make api work if requireAuth is enabled 2012-12-05 14:04:48 +01:00
utils fix path to favicon resolves #1236 2012-11-30 22:50:54 +00:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js Fix #1115 correctly reference session cookie 2012-11-17 14:19:09 +01:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js Make sure npm is initialized before requiring things (fix #1092) 2012-10-28 18:02:49 +01:00

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