Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mafintosh/hyperdrive-http-server

Command line tool to serve hyperdrives over http
https://github.com/mafintosh/hyperdrive-http-server

Last synced: about 1 month ago
JSON representation

Command line tool to serve hyperdrives over http

Awesome Lists containing this project

README

        

# hyperdrive-http-server

Command line tool to serve hyperdrives over http.
Useful if you want to stream content into other applications like streaming video into VLC.

```
npm install -g hyperdrive-http-server
```

## Usage

``` sh
hyperdrive-http-server 4333067ee4ff8e659d6d12f21b043e66c5f27b9b8b7c3b2ab1d3d8ef7a0947df
```

After running the above visit, [http://localhost:10000/image.gif](http://localhost:10000/image.gif) in your browser.
It will also run a stats interface on [http://localhost:10001](http://localhost:10001)

For more options run

``` sh
hyperdrive-http-server --help
```

## License

MIT