Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/varbhat/serv

📡 HTTP File/Directory Server
https://github.com/varbhat/serv

http https server spa ssl tls

Last synced: 6 days ago
JSON representation

📡 HTTP File/Directory Server

Awesome Lists containing this project

README

        

serv


HTTP File/Directory Server

## Introduction
- `serv` is HTTP File/Directory Server.
- It can serve Directories, Files and SPAs over HTTP(or HTTPS).

## Installation

You can download binary for your OS from [Releases](https://github.com/varbhat/serv/releases/latest) . Also , if you have [Go](https://golang.org/) installed , you can install `serv` by typing this in terminal.

```bash
go install github.com/varbhat/serv@latest
```

## Usage
```bash
serv is HTTP File/Directory Server

Usage of serv:
-addr Listen Address (Default: ":9955")
-cert Path to TLS Certificate (Required for HTTPS)
-dir Directory to Serve (Default: Current Directory)
-key Path to TLS Key (Required for HTTPS)
-spa SPA Mode
-help Print this Help
```

## License
[GPLv3.0](LICENSE)