.. |
coreHandler.js
|
3b9aa43d17
Refactored '/users/register' core handler function to user async.waterfall (removed the callback hell we had before). Added a ton of comments to help explain what each step is doing.
|
8 years ago |
expressHandler.js
|
5bdcb5b05f
End the "/users/register" request. Removed 'charset=utf-8' from 'Content-Type' as it was causing issues with the request
|
8 years ago |
globals.js
|
01202dc194
Renamed global module to globals, since NodeJS already defines a variable named "global" (similar to window in a web browser)
|
8 years ago |
socketHandler.js
|
a898199a93
Used shorter syntax in some places. Updated some code to reflect the new "globals" module structure
|
8 years ago |
stations.js
|
a898199a93
Used shorter syntax in some places. Updated some code to reflect the new "globals" module structure
|
8 years ago |