Adrian Rossouw
Adrian Rossouw
This is a clean-up and re-rolling of an [existing pull request](https://github.com/midgetspy/Sick-Beard/pull/261) by [mr-orange](https://github.com/mr-orange). I removed all the unrelated changes, fixed white-space issues and squashed it into fewer commits. I haven't...
Over at [jschan](http://github.com/graftjs/jschan) we are busy discussing allowing peer-to-peer connections via webRTC. GraftJS/jschan#27 We're currently planning to do this the same way we did the websocket support (#56), with a...
Now that [SPDY is being set aside for HTTP/2 in chromium](http://blog.chromium.org/2015/02/hello-http2-goodbye-spdy-http-is_9.html), we should consider what an http/2 implementation looks like.
I'm starting to work on a node.js / javascript implementation using streams as the base abstraction (less elegant than goroutines, but I can see them working). Other than the websocket...
not sure when it happened, but require.extensions (used to do the bones.js loading) has been deprecated for a while [see the docs](http://nodejs.org/docs/latest/api/globals.html#globals_require_extensions) I've recently been doing a little demo project...