Is there any simple PowerShell web server available?

This page summarizes the projects mentioned and recommended in the original post on /r/PowerShell

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. Pode

    Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers

    This is one of the best. https://badgerati.github.io/Pode/ it is simple to install and use. It has routes, views, templates etc.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Polaris

    Discontinued A cross-platform, minimalist web framework for PowerShell (by PowerShell)

  4. CPython

    The Python programming language

    Um, Python's http.server is 1293 lines, imports 19 libraries and has a CGI script handler in it.

  5. WebServer

    Powershell WebServer is a Powershell module that starts a webserver (without the need for IIS) (by MScholtes)

    Is this module not basically the same as the python one? https://github.com/MScholtes/WebServer

  6. PowerShell-Red-Team

    Collection of PowerShell functions a Red Teamer may use in an engagement

    Start taking a stab at coding it, but then found this one that's close to what I was aiming for: https://github.com/tobor88/PowerShell-Red-Team/blob/master/Start-SimpleHTTPServer.ps1

  7. Pode.Web

    Web template framework for use with the Pode PowerShell web server

    As others on here have also pointed out, Pode is a PowerShell web server that lets you setup REST API via routes, or web pages using templates (or Pode.Web).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Any interest in a Webserver Module (PSWebServer)?

    6 projects | /r/PowerShell | 27 Jun 2021
  • How to make an API with PowerShell scripts as the back end?

    2 projects | /r/PowerShell | 3 Mar 2023
  • PowerShell based "BI" web application I created - PowerReports

    3 projects | /r/PowerShell | 1 Feb 2023
  • Pode & Pode.Web - Powershell webserver and frontend toolset

    2 projects | /r/sysadmin | 8 Aug 2022
  • How to execute a powershell script from a webpage?

    2 projects | /r/PowerShell | 2 May 2022