Skip to content

straightdave/ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  • ds.ps1 (tcp listener)
  • ds_lib.ps1 (req - resp parsing)
  • eps.ps1 (EPS lib)

Usage:

Start server:

PS> .\ds.ps1 [port]

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

Note

  • To solve the security warning when running scripts, try "set-executionpolicy bypass" which is easiest way.

Contribute

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

About

Dave's simple HTTP server written in PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published