-
Notifications
You must be signed in to change notification settings - Fork 0
Client
Luis Eduardo Brito edited this page Sep 16, 2013
·
10 revisions
The client-side framework provides a structured and scalable modularization of the front-end user experience fully backed up by jQuery and underscore.
- jQuery: v1.10.2
- underscore: v1.5.2
- socket.io: ~0.9.16 (from the Socket server)
The Core Class controls the app environment and abstract the browser integration and the external libs, making the modules and controllers supporting code recycling.
Method: core.log(msg)
Log some variable or message string to the default log endpoint (currently the browser console).
Roadmap: Implement silent and external logging through the socket connection.