Reputation: 73
if I build an angular app and feed run it using electron, will it work exactly like a web-application ?
Upvotes: 0
Views: 60
Reputation: 4323
Short answer: yes it does work exactly like web-application.
Electron is chromium browser, and nodejs bundled together. Every app that is made for chrome would seamlessly work in electron, and would work exactly like a web app.
Upvotes: 1