etherpad-lite/src/node
Peter 'Pita' Martischka 0420b89382 Merge pull request #1097 from Pita/develop
Pull in Develop branch so we can test latest develop
2012-10-29 07:25:34 -07:00
..
db Remove two instances of the same function name 2012-10-06 02:36:51 +02:00
eejs Removed debug print 2012-04-20 15:08:50 +02:00
handler Merge pull request #1035 from amtep/develop 2012-10-11 08:27:27 -07:00
hooks wrap spec files with a describe 2012-10-27 17:29:17 +01:00
utils Add default port of process.env.PORT if port isnt specified in settings.json 2012-10-25 10:21:34 -07:00
easysync_tests.js replaceing AttributePoolFactory by AttributePool 2012-03-18 09:05:46 +01:00
padaccess.js Fix res.send (migrate to express v3) 2012-09-22 13:51:39 +02: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