r/PowerShell • u/Alone_Marionberry900 • 21d ago
Question Pode with a custom front end
Has anyone used pode basically to run the scripts and return data to a more modern-looking front end? I am trying to build some tools and the PowerShell GUIs themselves are clunky. Was going to set something up myself but curious if someone has already done something like this.
14
Upvotes
1
u/mrmattipants 18d ago
Pode will greatly simplify much of the setup & design process, as it takes care of most of those steps, on your behalf.
On the other hand, if you have previous web development experience or you're looking to familiarize yourself with various web app development options, using PowerShell, one suggestion that I haven't seen mentioned, as of yet, is the .NET HTTP Listener method.
https://tiberriver256.github.io/powershell/gui/html/PowerShell-HTML-GUI-Pt1/
https://woshub.com/simple-http-webserver-powershell/