Skip to content

Instantly share code, notes, and snippets.

View karuppiah7890's full-sized avatar
๐Ÿ˜„
"When given the choice between being right or being kind, choose kind" Dr Wayne

Karuppiah Natarajan karuppiah7890

๐Ÿ˜„
"When given the choice between being right or being kind, choose kind" Dr Wayne
View GitHub Profile
@karuppiah7890
karuppiah7890 / WebRTC-Resources.md
Last active October 16, 2024 16:28
WebRTC Resources

WebRTC and creating Web Apps using WebRTC

It's good to have some basic knowledge about networking before starting to learn about WebRTC.

Basic knowledge about IP addresses & Ports (Sockets) and about P2P networks
should be enough. And yes, knowledge about JavaScript is important to code WebRTC based web applications and some knowledge about NodeJS or other server side languages if you want to implement a signalling server for the WebRTC application or you could just use some code in GitHub.

But it's fine, you can still learn WebRTC with some abstraction, it's just that you might get confused with what's going on
or might wanna know the subject in a more better manner to wrap your head around it.