liran / http-server

An HTTP Server command tool that supports CORS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

http-server

An HTTP Server command tool that supports CORS.

USAGE

Download the commnand from releases assets.

examples:

# help
hs -h

# simple to use
hs

# change the port to 9000
hs -p 9000

# CORS processing is enabled by default and can be disabled manually
hs --cors=false

# open the browser automatically after the service starts
hs -o

About

An HTTP Server command tool that supports CORS


Languages

Language:Go 100.0%