Welcome again to WebRTC APP tutorial series. This is the continuation of WebRTC App tutorial. Now we are pretty clear what needs to be implemented and what is our design. In this post, I am going to create a server with Node.js for our application.
application server
WebRTC programming Part 1 – How to Create a Simple App Like A Pro
Welcome again to webRTC tutorial session . This is my first WebRTC programming post for creating a basic webRTC application . I hope you have already went though some of the webRTC posts which i have shared already .Read More
Why you need a signaling server in WebRTC application – You can think it
I hope you can recollect the memory of signaling server in WebRTC through my last post . WebRTC can be implemented on any device, it’s just a protocol; it’s not tied exclusively to browsers. WebRTC knows how to talk directly to another peer user without a signalling server, but it doesn’t know how to discover peer user . WebRTC doesn’t solve discovery (nor should it).
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 ?