- Learning WebRTC
- Dan Ristic
- 271字
- 2021-07-16 13:53:42
Applications enabled by WebRTC
Under the hood, WebRTC enables a basic peer-to-peer connection between two browsers. This is the heart of everything that happens with WebRTC. It is the first truly peer-to-peer connection inside a browser. This also means that anything you can do with peer connections can be easily extended to WebRTC. Many applications today use peer-to-peer capabilities, such as file sharing, text chat, multiplayer gaming, and even currencies. There are already hundreds of great examples of these types of applications working right inside the browser.
Most of these applications have one thing in common—they need a low-latency, high-performance connection between two users. WebRTC makes use of low-level protocols to deliver high-speed performance that could not be achieved otherwise. This speeds up data flow across the network, enabling large amounts of data to be transferred in a short amount of time.
WebRTC also enables a secure connection between two users to enable a higher level of privacy between them. Traffic traveling across a peer connection will not only be encrypted, but will also take a direct route to the other user. This means that packets sent in different connections might take entirely different routes over the Internet. This gives anonymity to users of WebRTC applications that is otherwise hard to guarantee when connecting to an application server.
This is just a subset of the types of applications enabled by WebRTC. Since WebRTC is built on the foundations of JavaScript and the Web, it can benefit many existing applications today. After reading this book, you should have the knowledge you need to create innovative WebRTC applications on your own!
- 數(shù)據(jù)科學(xué)實(shí)戰(zhàn)手冊(cè)(R+Python)
- UI圖標(biāo)創(chuàng)意設(shè)計(jì)
- Progressive Web Apps with React
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Raspberry Pi Networking Cookbook(Second Edition)
- C++程序設(shè)計(jì)基礎(chǔ)教程
- PLC編程與調(diào)試技術(shù)(松下系列)
- 從零開(kāi)始學(xué)C#
- Statistical Application Development with R and Python(Second Edition)
- Spring Security Essentials
- HoloLens與混合現(xiàn)實(shí)開(kāi)發(fā)
- Web開(kāi)發(fā)的平民英雄:PHP+MySQL
- 軟件測(cè)試(慕課版)
- Python數(shù)據(jù)可視化之matplotlib實(shí)踐
- 基于JavaScript的WebGIS開(kāi)發(fā)