Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sile/rofis
A read-only, puny HTTP file server
https://github.com/sile/rofis
file-server http-server rust
Last synced: 2 months ago
JSON representation
A read-only, puny HTTP file server
- Host: GitHub
- URL: https://github.com/sile/rofis
- Owner: sile
- License: mit
- Created: 2018-06-21T14:09:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T04:45:32.000Z (12 months ago)
- Last Synced: 2024-10-13T17:19:51.410Z (3 months ago)
- Topics: file-server, http-server, rust
- Language: Rust
- Size: 99.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
rofis
=====[![rofis](https://img.shields.io/crates/v/rofis.svg)](https://crates.io/crates/rofis)
[![Actions Status](https://github.com/sile/rofis/workflows/CI/badge.svg)](https://github.com/sile/rofis/actions)
![License](https://img.shields.io/crates/l/rofis)A read-only, puny HTTP file server.
Install
-------```console
$ cargo install rofis
```Example
--------```console
$ rofis --daemonize
$ curl http://localhost:8080/README.md
```