4
Sach17
7y

Hey guys, I'm planning to rewrite multiple asp.net applications in my company using Angular 4 & WebAPI/Node APIs. Do you have any suggestions?
We have around 20+ small to medium size applications which I'm planning to rewrite. Since these applications can be run in different machines I'm thinking of integrating them in a electron app and sharing the desktop app to the users.

What do you guys think?
Do you think it's a good idea? How do I proceed with this ? Any inputs are welcome.

Comments
  • 1
    Unless they need to access local files or devices maybe better to keep them as web applications. Makes deployment easier.
  • 0
    Check out SailsJS for node. Pretty cool stuff (inspired by Rails)
  • 0
    @spacem I'm not planning to integrate web apps into electron.
    In simple words electron will browser window with links to applications..
  • 0
    @spacem i agree but then you need to work out the Differences between the browsers
Add Comment