Introduction to ReactJS Introduced in 2013, ReactJS was created and maintained by Facebook. It is a design approach that organizes a web application into tiny, independent frontend services, thus, helping us build an effective WebUI. Moreover, this approach leverages the unique capabilities of..
P2P Connections with WebRTC
Introduction With the advancement of the internet, modern-day web browsers are becoming more powerful every day with the introduction of native APIs like WebGL and WebRTC. In earlier days when we wanted to establish a connection between two web browsers, we needed a server in between transferring..