The problem with with this approach is that you're only considering time to first byte, which is part of the equation especially in the case of smaller files like scripts, but in case of larger files like video…
You should take a look at WebRTC's DataChannel. We're using it at Streamroot to do P2P video streaming in the browser. You're talking about filesharing in P2P, again, totally something you can do with WebRTC. You should…
You'd spot that right away if you had a visual jshint/jslint plugin in your IDE. It's a real time saver to have one: there are dozens of cases like your example that are valid JS, although it's not what you intended to…
Well probably because that's a very creative way to spread their marketing message. And because it is very well done technically as well: stitching video segments in an order that depends on user action, without any…
The problem with with this approach is that you're only considering time to first byte, which is part of the equation especially in the case of smaller files like scripts, but in case of larger files like video…
You should take a look at WebRTC's DataChannel. We're using it at Streamroot to do P2P video streaming in the browser. You're talking about filesharing in P2P, again, totally something you can do with WebRTC. You should…
You'd spot that right away if you had a visual jshint/jslint plugin in your IDE. It's a real time saver to have one: there are dozens of cases like your example that are valid JS, although it's not what you intended to…
Well probably because that's a very creative way to spread their marketing message. And because it is very well done technically as well: stitching video segments in an order that depends on user action, without any…