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.
- Host: GitHub
- URL: https://github.com/urpagin/textfileserver
- Owner: Urpagin
- Created: 2024-09-22T15:22:46.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-22T15:26:37.000Z (over 1 year ago)
- Last Synced: 2025-10-24T19:45:00.759Z (7 months ago)
- Topics: 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
- Language: Dockerfile
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TextFileServer

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`