Messaging Desktop Apps

Sariska supports building Desktop Apps involving messaging (Chat) through:

  • Electron.js

  • NW.js

TIP: Follow the detailed written instructions in READ.ME section of the repository.

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. Electron 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-chat-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 the Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies.

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 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-chat-nwjs.git

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

Last updated