Real-Time Communication with WebRTC: Peer-to-Peer in the Browser (Paperback)
Salvatore Loreto, Simon Pietro Romano
- 出版商: O'Reilly
- 出版日期: 2014-05-20
- 售價: $875
- 貴賓價: 9.5 折 $831
- 語言: 英文
- 頁數: 164
- 裝訂: Paperback
- ISBN: 1449371876
- ISBN-13: 9781449371876
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$1,590$1,558 -
$690$587 -
$2,100$1,995 -
$580$493 -
$400$380 -
$950$903 -
$860$731 -
$940$700 -
$650$553 -
$580$493 -
$680$578 -
$480$408 -
$420$328 -
$360$306 -
$780$663 -
$580$458 -
$780Eloquent JavaScript: A Modern Introduction to Programming, 2/e (Paperback)
-
$780$616 -
$690$538 -
$450$383 -
$680$578 -
$980$833 -
$690$538 -
$900Laravel: Up and Running: A Framework for Building Modern PHP Apps (Paperback)
-
$414$393
商品描述
Deliver rich audio and video real-time communication and peer-to-peer data exchange right in the browser, without the need for proprietary plug-ins. This concise hands-on guide shows you how to use the emerging Web Real-Time Communication (WebRTC) technology to build a browser-to-browser application, piece by piece.
The authors’ learn-by-example approach is perfect for web programmers looking to understand real-time communication, and telecommunications architects unfamiliar with HTML5 and JavaScript-based client-server web programming. You’ll use a ten-step recipe to create a complete WebRTC system, with exercises that you can apply to your own projects.
- Tour the WebRTC development cycle and trapezoid architectural model
- Understand how and why VoIP is shifting from standalone functionality to a browser component
- Use mechanisms that let client-side web apps interact with browsers through the WebRTC API
- Transfer streaming data between browser peers with the RTCPeerConnection API
- Create a signaling channel between peers for setting up a WebRTC session
- Put everything together to create a basic WebRTC system from scratch
- Learn about conferencing, authorization, and other advanced WebRTC features