- 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!
- Python零基礎快樂學習之旅(K12實戰訓練)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Highcharts Cookbook
- C語言程序設計
- Python忍者秘籍
- 低代碼平臺開發實踐:基于React
- 運用后端技術處理業務邏輯(藍橋杯軟件大賽培訓教材-Java方向)
- Learning Concurrency in Kotlin
- Learning Node.js for .NET Developers
- 深度學習原理與PyTorch實戰(第2版)
- Hack與HHVM權威指南
- Access數據庫應用教程(2010版)
- Mastering Object:Oriented Python(Second Edition)
- JavaWeb從入門到精通(視頻實戰版)
- HTML5程序設計基礎教程