Skip to content

Okirshen/servey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Servey

Servey is a simple http static file server made with deno and typescript

Installation

deno install --allow-net --allow-read -n servey https://deno.land/x/servey/mod.ts

Usage

This will run a basic file server in the cwd on localhost:5000/<file-path>:

servey

options:

-h, --help: display a help message like this
-D, --download: makes files downloadable
-p, --port <port>: runs the server on <port> instead of 3000

About

Servey is a simple http static file server made with deno and typescript

Topics

Resources

Stars

Watchers

Forks