etherpad-lite/src/node
John McLear 34fdfcb253 Merge pull request #840 from redhog/master
Bugfix for readonly timeslider
2012-07-05 10:34:55 -07:00
..
db Add in padUsersCount method and API call 2012-06-29 11:26:12 -07:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler Bugfix for broken readonly timeslider 2012-07-05 19:33:20 +02:00
hooks Merge branch 'develop' of git://github.com/Pita/etherpad-lite into restartserver 2012-07-03 23:32:37 +02:00
utils Allow node v0.6.x and 0.8.x 2012-07-05 17:34:23 +02: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 Make the server restart on plugin install 2012-07-03 23:31:44 +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