- 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.
- JavaScript從入門到精通(微視頻精編版)
- Learning Selenium Testing Tools with Python
- BeagleBone Media Center
- Spring+Spring MVC+MyBatis整合開發實戰
- MySQL從入門到精通(軟件開發視頻大講堂)
- 快速入門與進階:Creo 4·0全實例精講
- OpenCV with Python By Example
- OpenStack Networking Essentials
- Cocos2d-x Game Development Blueprints
- Learning Ionic
- SpringBoot從零開始學(視頻教學版)
- 從零開始學UI:概念解析、實戰提高、突破規則
- Visual C++開發寶典
- Python編程基礎教程
- 百萬在線:大型游戲服務端開發