Web application vs. linux multiuser application
- by Eugene
I have a web-based bussines application written in C#/ASP.NET
Recently my boss start pushing to re-write the app as Linux multi-user desktop application.
In his design users will need to connect to Linux server via VNC or alike to use the app.
I am not familiar with this kind of application design.
I'd appretiate any help explainig pros and cons of this approach vs. web and perhaps vs. traditional client-server design
Thank you