Web application vs. linux multiuser application

Posted by Eugene on Stack Overflow See other posts from Stack Overflow or by Eugene
Published on 2009-11-30T20:44:02Z Indexed on 2010/06/09 2:02 UTC
Read the original article Hit count: 277

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about linux