Vaidas Unchained

Results 3 comments of 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: ![image](https://cloud.githubusercontent.com/assets/3421858/14969922/ff6659f4-10bc-11e6-903c-168a530efebd.png) Load balancer listeners: ![image](https://cloud.githubusercontent.com/assets/3421858/14969937/160c7544-10bd-11e6-8357-a11f5481d9fd.png) Container options: ![image](https://cloud.githubusercontent.com/assets/3421858/14969950/38776f1c-10bd-11e6-961b-aabbf0ab1d66.png)...

I would like to ask the same question :)