Home

Awesome

ds

Description

'ds' is a simple HTTP server written in pure PowerShell. The purpose of 'ds' is to host pages or simple Web application on the Windows machines without IIS and other heavy peripherals. Furthermore, 'ds' enables users to write EPS (PowerShell-embedded) HTML like erb or PHP files and render dynamic web pages with PowerShell.

Core file list

Usage:

Start server:

PS> .\ds.ps1 [port]

Stop server: just shut down the PowerShell session/window.

Note

Contribute

Please feel free to test and bug reports are welcomed very much. Author email: eyaswoo@163.com