nodeconf / oslo

Single-day, single-track Node.js conference in Oslo, Norway
http://oslo.nodeconf.com/
17 stars 4 forks source link

Do we still need a server? P2P distributed web applications with help of WebRTC and how NodeJS helps us there #58

Open PixelsCommander opened 8 years ago

PixelsCommander commented 8 years ago

Since WebRTC becomes first class citizen on web platform it opens us vast sea of possibilities. P2P content distribution is one of them which can reduce operational costs (by reducing server load and latency) and decentralize access to web application by building self maintainable CDN of user`s browsers. What should we expect from this technology and how big is impact of using P2P distributed content for NodeJS developers?

Normal distribution

It takes a lot of transatlantic trips to transmit an app when doing it in a traditional way

P2P distribution

P2P allows to reduce number of transcontinental transfers and reduce server load

Talk points: