Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mafintosh/hyperdrive-http-server
- Owner: mafintosh
- License: mit
- Created: 2016-11-12T12:39:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T05:02:54.000Z (about 8 years ago)
- Last Synced: 2024-12-13T13:04:45.496Z (about 1 month ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 19
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dat - hyperdrive-http-server - small cli to serve hyperdrive archives over http (Outdated / Other Related Dat Project Modules)
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