DEV Community

Cover image for Building deep-links in Electron application
T Sudhish Nair
T Sudhish Nair

Posted on

Building deep-links in Electron application

Our latest blog is on Building deep-links in Electron application.

When developing a desktop application, including every feature directly within the app is often unnecessary. Instead, we can offload some tasks such as login/signup to a web application. And from the web app, create deep-links to the desktop app. We can also create sharable links that opens specific content on the app.

In this blog, we have covered how to create deep-links in an Electron application.

Read here: https://www.bigbinary.com/blog/deep-link-electron-app

Top comments (0)