etherpad-lite/src/node
Mark Holmquist f9469ef256 Add in padUsers HTTP API call
I needed the list of users this time, so I got it. There are docs
and everything.
2012-08-17 13:39:16 -07:00
..
db Add in padUsers HTTP API call 2012-08-17 13:39:16 -07:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler Add in padUsers HTTP API call 2012-08-17 13:39:16 -07:00
hooks Eliminate the loopback that has been causing so much trouble. 2012-07-22 23:55:07 -07:00
utils Merge pull request #943 from gedion/develop 2012-08-12 08:48:10 -07:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js The Big Renaming - etherpad is now an NPM module 2012-02-26 13:07:51 +01:00
README.md Merge branch 'pita' 2012-03-02 22:00:20 +01:00
server.js Add loadSettings hook. 2012-07-25 10:58:30 +02: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