Video Calling Desktop Apps

Sariska supports building Desktop Apps involving media (Transmission of images, videos and audio) through:

  • Electron.js

  • NW.js

Electron.js

Electron is an open-source software framework developed and maintained by GitHub. It allows for the development of desktop GUI applications using web technologies: it combines the Chromium rendering engine and the Node.js runtime.

  • Available on Linux, Mac OS X, and Windows

Simply clone the repository in your project directory.

git clone https://github.com/SariskaIO/sariska-media-electron.git

TIP: Follow the detailed written instructions in READ.ME section of the repository. Please refer to their official website for further details here.

NW.js

NW.js (previously known as Node-WebKit) lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies.

A new way of writing native applications using web technologies: HTML5, CSS3, and WebGL

  • Available on Linux, Mac OS X, and Windows

  • Full support for the features in the browser

  • JavaScript Source Protection

  • Call Node.js modules directly from the DOM and Web Workers

Simply clone the repository in your project directory.

git clone https://github.com/SariskaIO/sariska-media-nwjs.git

TIP: Follow the detailed written instructions in READ.ME section of the repository. Please refer to their official website for further details here.

Last updated