etherpad-lite/src/node
François Boulogne d3ead86db1 Merge branch 'develop' of git://github.com/ether/etherpad-lite
Conflicts:
	src/templates/pad.html
	src/templates/timeslider.html
2012-11-15 20:52:24 +01:00
..
db Remove two instances of the same function name 2012-10-06 02:36:51 +02:00
eejs Pass on the render args to all eejs hooks 2012-11-01 13:44:06 +01:00
handler Merge branch 'develop' of git://github.com/ether/etherpad-lite 2012-11-15 20:52:24 +01:00
hooks Merge branch 'develop' of git://github.com/ether/etherpad-lite 2012-11-15 20:52:24 +01:00
utils Merge branch 'develop' of git://github.com/ether/etherpad-lite 2012-11-15 20:52:24 +01: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