-
Notifications
You must be signed in to change notification settings - Fork 2
models
TempModel.js : Sample form the Enyo project. Unused here.
-
ajax Ajax and JSONP calls are used for CRUD calls to the REST backend.
-
socket Included a sample of a Socket for demonstration purposes. Once the use logs in, the server time is displayed in the page footer, updated every second.
#../
\---source
|
+---apps
+---controllers
| |
| +---auth
| \---public
|
+---css
+---ext
+---models
| |
| +---ajax
| \---socket
|
\---views
|
+---auth
| |
| \---body
|
\---public
|
\---body
Add a Contact Page for Authorized users
Why is the project structured this way?
Why are some things implemented this way?