DEV Community

Kamil Pro
Kamil Pro

Posted on

Developing a Web Application with PowerShell - Pode, the PowerFul Module

Web Applications are popular, and often require to either knowing some front-end development or using some other products which allow to build some applications. What about PowerShell, can you actually build a web app using only PowerShell language?

Yes, you can write a web app in PowerShell, and I'm going to show you how in this video.

It comes down to two PowerShell modules - Pode and Pode.Web - all you need to do is to run Install-Module Pode,Pode.Web and you can start building your applications.

I will be writing a simple password generation and management web app during video, and source code is available on GitHub - so that you can either follow me, or just grab source code and see how this whole Pode module works yourself. And since the video touches only briefly what Pode is capable of, I'm really looking forward your views and feedback.

Code: https://github.com/thekamilpro/About-PowerShell/tree/main/PowerFul%20Modules/Pode
Pode website: https://badgerati.github.io/Pode
Pode.Web website: https://badgerati.github.io/Pode.Web/
Pode Discord: https://discord.gg/fRqeGcbF6h

Top comments (1)

Collapse
 
naucode profile image
Al - Naucode

Hey, that was a nice read, you got my follow, keep writing 😉