Very nice work, but Microsoft did a pretty good job with their RDP clients, and making them for OS X and of course Windows. I'm not sure what the draw is for a web-based RDP client.
Show HN: Remote Desktop Protocol in Node.js
11–20 of 32 posts
Re: Show HN: Remote Desktop Protocol in Node.js
#12Re: Show HN: Remote Desktop Protocol in Node.js
#13If only it supported NLA...
Re: Show HN: Remote Desktop Protocol in Node.js
#14Re: Show HN: Remote Desktop Protocol in Node.js
#15Very nice work, but Microsoft did a pretty good job with their RDP clients, and making them for OS X and of course Windows. I'm not sure what the draw is for a web-based RDP client.
Re: Show HN: Remote Desktop Protocol in Node.js
#16Oh cool! Now you can embed an RDP session into a webpage. Finally, a way to use the primary system administration tool from almost anywhere! With this, you can hand out links to pages with your server RDP already configured - just send the link to the admin and let them administer. How well does this work with dynamic username/password? If we wanted to leave those fields blank, and maybe have the webpage prompt on op…
Re: Show HN: Remote Desktop Protocol in Node.js
#17Oh cool! Now you can embed an RDP session into a webpage. Finally, a way to use the primary system administration tool from almost anywhere! With this, you can hand out links to pages with your server RDP already configured - just send the link to the admin and let them administer. How well does this work with dynamic username/password? If we wanted to leave those fields blank, and maybe have the webpage prompt on op…
Is graphical remote desktop really the primary systems administration tool in the windows server world?
Server 2003 doesn't support Powershell 4 or newer, nor .NET 4.5.1 or newer, and so IIS6 and other old Windows features have limited CLI interfaces.
Most Powershell cmdlets work on Server 2008/R2, but remote (WinRM) isn't enabled. There's a quick command to enable, but that's a security hole like leaving WMI open to the internet, and so is hard to push on secure environments.
RDP gives KVM, and that's been enough for decades.
Re: Show HN: Remote Desktop Protocol in Node.js
#18Earlier quoted context omitted.
We have this already with VNC. Ramnode has a HTML5 VNC client in their CP.
VNC is supposedly much slower than RDP.
So for anything that's not intrinsically raster (video, 3d rendering), RDP is certainly faster. :)
Re: Show HN: Remote Desktop Protocol in Node.js
#19Oh cool! Now you can embed an RDP session into a webpage. Finally, a way to use the primary system administration tool from almost anywhere! With this, you can hand out links to pages with your server RDP already configured - just send the link to the admin and let them administer. How well does this work with dynamic username/password? If we wanted to leave those fields blank, and maybe have the webpage prompt on op…
Is graphical remote desktop really the primary systems administration tool in the windows server world?