Programming Archives • BlogGeek.me https://bloggeek.me/webrtctag/programming/ The leading authority on WebRTC Wed, 16 Aug 2023 14:27:20 +0000 en-US hourly 1 https://bloggeek.me/wp-content/uploads/2021/06/ficon.png Programming Archives • BlogGeek.me https://bloggeek.me/webrtctag/programming/ 32 32 SPA (Single Page Application) https://bloggeek.me/webrtcglossary/spa/ Fri, 07 Nov 2014 08:11:52 +0000 http://webrtcglossary.com/?p=122 SPA stands for Single Page Application. In the web, when people press a link on a page, they usually get redirected to another page. In recent years, a trend has grown where such links update only small parts of the screen instead of loading a full page. This adds more interactivity to the web and […]

The post SPA (Single Page Application) appeared first on BlogGeek.me.

]]>
SPA stands for Single Page Application.

In the web, when people press a link on a page, they usually get redirected to another page. In recent years, a trend has grown where such links update only small parts of the screen instead of loading a full page. This adds more interactivity to the web and enables to easily wrap web services as mobile applications.

WebRTC lends itself to this technique of development since leaving a page tears down an existing call.

The post SPA (Single Page Application) appeared first on BlogGeek.me.

]]>
JSON https://bloggeek.me/webrtcglossary/json/ Sun, 12 Oct 2014 09:22:10 +0000 http://webrtcglossary.com/?p=112 JSON stands for JavaScript Object Notation. Most of the complex data structures used in JavaScript are described using JSON. While there is no direct relation to WebRTC, the fact that WebRTC APIs are described using JavaScript makes it apparent that JSON is a part of any browser based application that makes use of WebRTC.

The post JSON appeared first on BlogGeek.me.

]]>
JSON stands for JavaScript Object Notation.

Most of the complex data structures used in JavaScript are described using JSON.

While there is no direct relation to WebRTC, the fact that WebRTC APIs are described using JavaScript makes it apparent that JSON is a part of any browser based application that makes use of WebRTC.

The post JSON appeared first on BlogGeek.me.

]]>
WebView https://bloggeek.me/webrtcglossary/webview/ Sat, 06 Sep 2014 13:16:57 +0000 http://webrtcglossary.com/?p=88 A WebView typically means a special object in mobile operating systems that is capable of rendering HTML pages. In essence, a WebView is a web browser that is wrapped inside an application and controlled by the application. It is used for cross platform development, where developers wish to use the same code for multiple operating systems and […]

The post WebView appeared first on BlogGeek.me.

]]>
A WebView typically means a special object in mobile operating systems that is capable of rendering HTML pages.

In essence, a WebView is a web browser that is wrapped inside an application and controlled by the application. It is used for cross platform development, where developers wish to use the same code for multiple operating systems and environments.

The WebView in iOS and Android don’t support WebRTC.

Google announced that the upcoming Android L version will support WebRTC inside WebView.

The post WebView appeared first on BlogGeek.me.

]]>
Java Script https://bloggeek.me/webrtcglossary/java-script/ Fri, 05 Sep 2014 16:10:50 +0000 http://webrtcglossary.com/?p=75 Java Script is a computer language mostly associated with client-side development on web browsers. Interactive web pages on the internet use Java Script as their programming language. As such, it is widely used with WebRTC to develop the client side. Recently, Java Script has been introduced as part of the server side development with the […]

The post Java Script appeared first on BlogGeek.me.

]]>
Java Script is a computer language mostly associated with client-side development on web browsers.

Interactive web pages on the internet use Java Script as their programming language. As such, it is widely used with WebRTC to develop the client side.

Recently, Java Script has been introduced as part of the server side development with the development of Node.js. This makes it possible to code using a single language both the client side and the server side of a web application in general and of WebRTC services specifically.

The post Java Script appeared first on BlogGeek.me.

]]>