An open API service indexing awesome lists of open source software.

https://github.com/abderrahmanemustapha/learning-nodejs


https://github.com/abderrahmanemustapha/learning-nodejs

Last synced: 6 months ago
JSON representation

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 :