Aster Haven
Aster Haven
I was planning on using media files, but a capture card would be super cool too, maybe from a webcam, turn it into a legit broadcast. I'll check out the...
I'd be happy to look into JSONP support for a plugin :)
+1 to this, though a browserify-compatible version would be super cool too.
If an error is thrown and it's not being handled anywhere, my expectation would be to have the application bail with an `Uncaught Error` being thrown. If someone using breeze...
I like the idea. It gives more flexibility to exact endpoint configuration.
I like both of these ideas. You would, though, need to figure out a standard naming convention for the middleware, something like `my-api-twitter` or `my-middleware-twitter` or something, that way people...
That would definitely work, though you'd want to call the middleware by the variable name you declared, rather than the string, so like this: ``` javascript var myApi = require('my-api');...
Though that would also require hard-coding the require into place, and I think he wants a more programmatic require in place, so it can be passed in as an option...
@marvinroger +1 on the init, and the Slush comparison, that's what I was getting at for naming conventions.
+1 to this feature, I'd love to make custom "buckets" with this, like `https://example///`