https://github.com/seadmustafa/teamviewer
This is a demo project using WebRTC
https://github.com/seadmustafa/teamviewer
css3 glassfish5 js maven primefaces webrtc xhtml
Last synced: about 2 months ago
JSON representation
This is a demo project using WebRTC
- Host: GitHub
- URL: https://github.com/seadmustafa/teamviewer
- Owner: seadmustafa
- Created: 2020-08-25T19:54:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-28T12:31:14.000Z (almost 6 years ago)
- Last Synced: 2025-07-16T22:40:27.124Z (11 months ago)
- Topics: css3, glassfish5, js, maven, primefaces, webrtc, xhtml
- Language: JavaScript
- Homepage:
- Size: 11.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Teamviewer - WebRTC Demo
This is a demo project using WebRTC, an open project that enables web browsers with Real-Time Communications (RTC) capabilities via simple JavaScript APIs.
## Features
### Index
* Simple 2 person screen sharing web application.
* Both of them can share their desktops or Chrome Tabs and can see each other's screen.
* They also can leave screen sharing using a provided button.


### Cam
* Simple 2 person video cam web application.
* Both of them can see and hear each other via video cam.
* They also can leave screen sharing using a provided button.


## Resources
* Andrii Sergiienko - WebRtc CookBook