Building a Remote Desktop / Meeting App – Which Language Should I Use?

Joined
Nov 14, 2025
Messages
18
Reaction score
18
Hey everyone,
I’m planning to make a Windows remote desktop + meeting app.
Users can join meetings, control mouse & keyboard, and I’ll track online status, IP, OS, and logs from an admin panel.
I’m thinking of using C# with Visual Studio, but is that the best choice for performance, stability, and future mobile support?
What would you use? Curious to hear your thoughts.
 
Hey everyone,
I’m planning to make a Windows remote desktop + meeting app.
Users can join meetings, control mouse & keyboard, and I’ll track online status, IP, OS, and logs from an admin panel.
I’m thinking of using C# with Visual Studio, but is that the best choice for performance, stability, and future mobile support?
What would you use? Curious to hear your thoughts.

How it will be different from other remote sharing softwares like anydesk or teamviewer ?
Will it have any unique selling point ?
 
Go with .net because it is super solid for windows, but definitely look into flutter if you want that mobile support later on. Honestly, starting with .net will save you so much headache since the documentation is endless and it just works for desktop apps
 
Back
Top