Vaidas Unchained
Vaidas Unchained
If after loading application I do this in the console: ``` var route = Ember.Namespace.NAMESPACES_BY_ID[''].__container__.lookup('route:index'); ``` I get: ``` Class {routeName: "index", _names: Array[0], context: Class, currentModel: Class, controller: Class…}...
@manikandants I managed to get websockets (https://github.com/websockets/ws) working on both port 80 and 8080 on ELB with the configurations below. Security group:  Load balancer listeners:  Container options: ...
I would like to ask the same question :)