monterail / angular-faye

Faye client wrapper for angular
MIT License
46 stars 16 forks source link

No way to set client options #2

Open abhikp opened 10 years ago

abhikp commented 10 years ago

Can't set per transport endpoints. Via http://faye.jcoglan.com/browser.html:

var client = new Faye.Client('http://example.com/faye', {
    endpoints: {
        websocket: 'http://ws.example.com/'
    }
});
jusopi commented 8 years ago

Any updates on this?