Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
Dailin 415ba84223 pre0115 há 3 anos
..
db pre0115 删除 há 3 anos
eejs pre0115 删除 há 3 anos
handler pre0115 删除 há 3 anos
hooks pre0115 删除 há 3 anos
utils pre0115 删除 há 3 anos
README.md pre0115 há 3 anos
easysync_tests.js pre0115 há 3 anos
padaccess.js pre0115 há 3 anos
server.js pre0115 há 3 anos
stats.js pre0115 há 3 anos

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