25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
Dailin 415ba84223 pre0115 4 yıl önce
..
db pre0115 删除 4 yıl önce
eejs pre0115 删除 4 yıl önce
handler pre0115 删除 4 yıl önce
hooks pre0115 删除 4 yıl önce
utils pre0115 删除 4 yıl önce
README.md pre0115 4 yıl önce
easysync_tests.js pre0115 4 yıl önce
padaccess.js pre0115 4 yıl önce
server.js pre0115 4 yıl önce
stats.js pre0115 4 yıl önce

README.md

About the folder structure

  • db - all modules that are accessing the data structure and are communicating directly to the database
  • handler - all modules that respond 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