- Modern JavaScript Applications
- Narayan Prusty
- 152字
- 2021-07-14 11:02:32
Summary
In this chapter, we saw how to build a chatroulette using our own instance of PeerServer that is integrated with Express. The website we build had almost all the features that a chatroulette should have. You can now add features such as screen sharing, connecting users of particular a gender with each other, connecting users of a particular age, integrating captcha to prevent spam, and other features of your choice.
At the time of writing, the WebRTC team is working on an API that allows you to retrieve a stream from a screen for screen sharing. As this API is still under development, you can use browser plugins to retrieve a stream from a screen. You can find more about retrieving a stream from a screen using the plugins at https://www.webrtc-experiment.com/Pluginfree-Screen-Sharing/.
In the next chapter, we will discuss bidirectional communication between the client and the server in real time using WebSockets.
- 數據庫系統教程(第2版)
- Java從入門到精通(第5版)
- 從0到1:HTML+CSS快速上手
- Mastering Scientific Computing with R
- 人臉識別原理及算法:動態人臉識別系統研究
- C++面向對象程序設計習題解答與上機指導(第三版)
- RESTful Java Web Services(Second Edition)
- Extending Unity with Editor Scripting
- 代碼閱讀
- 現代C:概念剖析和編程實踐
- 深入淺出 HTTPS:從原理到實戰
- Developing Java Applications with Spring and Spring Boot
- Kohana 3.0 Beginner's Guide
- 趣學數據結構
- Python深度學習與項目實戰