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

https://github.com/urpagin/textfileserver

Serves a text file.
https://github.com/urpagin/textfileserver

actix actix-web bash build-script cargo containerization docker docker-compose file-server file-serving hosting http http-server rust serve shell static-file text web-application web-server

Last synced: about 2 months ago
JSON representation

Serves a text file.

Awesome Lists containing this project

README

          

# TextFileServer

image

This program serves a text file.

Web server written in Rust with the actix-web framework.

Dockerfile & docker-compose.yml files available.

# Docker

Run `build.sh` to use docker compose to build and run the app.

# Non-Docker

`cargo run --release`