WebRTC(Web Real-Time Communication) enables web developers to write real-time multimedia applications for theWeb which can be deployed across multiple platforms, without the need for intermediate software or plugins.WebRTC enables Peer-to-Peer, browser-to-browser communication and is widely used for web-based phone calling, conferencing, enterprise contact centres, and educational apps. The resourceful and interactive nature of WebRTC makes it an excellent utilityofchoice for real-time web application development. More information
Meteor is an open-source web application framework which follows the MVVM pattern.Meteor runs on both the server-side as well as the client-side, since both share the same database API. Meteor is written in pure JavaScript and uses established design patterns, easing the pain of the tedious tasks of web application development, helping you build robust applications in very little time. More information