This is one of the another tutorial of WebRTC series . If you are new to this technology , Don’t worry ! you are in right place .This post will help you to understand A-Z about WebRTC . Now i think you might have some quick question arising from your mind . What is this technology really about ? Why should i use this technology ?
Importance of Application server in Web technology
Today let us discuss about two powerful terms in web technology . I think most of them are familiar with these two terms .The first one is Application server and the other one is Web server . Application server is a term that sometime mixed with web server . Isn’t ?
WebRTC Programming – Start with signaling server in Node.js
I already explained the importance of a WebRTC signaling server through my last post . Consequently lets move to the programming section of webRTC . In this post i want to explain a simple basic signaling server with Node.Js web socket method . If your new to the term Node.Js and webSocket , please just go through the basics of Node.Js and webSocket .
Walk through WebRTC environment and it’s protocol
I am back with another webRTC tutorial post . Today i am going to talk about the advanced area of webRTC technology . That is webRTC’s environment and it’s protocols . This is one of the important section of the webRTC technology . If your going to develop a webRTC project or apps you must know about it’s architecture as well as it’s protocols .
WebRTC – signaling process and it’s importance in communication
Now we have understood about what is webRTC and it’s API’s through my last post . Next let’s move to signaling mechanism and how it is important in webRTC . What is signaling process ? How it is important in communication ?