jongleberry
jongleberry
API
right now it's `push(res, [path], [options], [priority])` which has too much arity. i'm thinking about making it fluent, something like: ``` js spdy(res).push(path) .priority(7) .send(new Buffer(1024)) .acknowledge( err => )...
talks
we should have a section of talks the team does related to jshttp / backend js frameworks
i'd like to make a repo for common jshttp security issues, examples/tests, and fixes. @dougwilson you interested in helping?
@dougwilson @Fishrock123 did one of you guys get a domain already? want to setup google analytics for all our team pages? main thing is that i don't like how it's...
migrated from https://github.com/koajs/koa/issues/101
need docs that isn't part of koala as i haven't touched koala in a while
like regular middleware. might be needed to support https://github.com/koajs/path-match/issues/14 still think it's an anti-pattern MOST of the time since your logic should be refactored into functions, not middleware.