Giter Site home page Giter Site logo

ds's Introduction

ds

Dave's simple HTTP server written in PowerShell

Core files:

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

Sample files:

  • hello.html and sample.ps1 => testing POST
  • sample.ps2 => PowerShell-embedded HTML

Functions:

  • host normal static html pages (plus their assets like .js and .css)
  • host HTML-embedded PowerShell (.ps1) pages; actually any PowerShell file which can generate HTML code
  • host PowerShell-embedded HTML (.ps2) pages; its syntax is like PHP's. please refer to 'sample.ps2'

==

Usage:

  • To Start server:

PS> .\ds.ps1 [port]

  • To Stop server:

just shut down that PowerShell session/window.

Related Parameters:

  1. port Default port is 8889. You can change it in ds.ps1
  2. home dir Default is C:\dshome, you can change it in ds_lib.ps1
  3. Customized 404 html page C:\dshome\404.html, you can DIY.

==

You can change everything because they are written with scripts

P.S.

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

ds's People

Contributors

straightdave avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.