pad.pub0.org/node
Adrian Lang 7557af3db7 Fix directory traversal fixing RegExp 2011-09-01 23:49:52 +02:00
..
db added deleteGroup API function 2011-08-22 13:11:34 +01:00
handler added deleteGroup API function 2011-08-22 13:11:34 +01:00
utils put expolorer canvas into minify 2011-08-21 19:20:18 +01:00
README.md
easysync_tests.js
server.js Fix directory traversal fixing RegExp 2011-09-01 23:49:52 +02:00

README.md

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 starts with a capital letter and uses camelCase

Where does it start?

server.js is started directly