https://github.com/abderrahmanemustapha/learning-nodejs
https://github.com/abderrahmanemustapha/learning-nodejs
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/abderrahmanemustapha/learning-nodejs
- Owner: abderrahmaneMustapha
- Created: 2020-05-25T06:55:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:48:28.000Z (almost 3 years ago)
- Last Synced: 2023-03-02T18:15:55.562Z (over 2 years ago)
- Language: JavaScript
- Size: 6.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learning-nodejs and webrtc
## Notes
### Javascript
> we can use npx watchify ./public/js/main.js -o ./public/js/bundle.js to create babel.js wich make our main js files function like a nodejs### WebRtc :
#### Architechtures topologies :
##### Centeralized :
##### peer to peer:
>a one to one call##### Mesh:
>many to many call with no media server##### Mixer or MCU :
>many to many call with media server (media server are expansive)##### Routing SFU :
>similar to MCU but faster (more expansive)##### how webrtc works :