https://github.com/krishpranav/rockhttp
A Rust Static Http Web Server
https://github.com/krishpranav/rockhttp
8080 allplatform fast http localhost multiplatform port rust rustlang security serve server static web web-server webserver
Last synced: about 1 month ago
JSON representation
A Rust Static Http Web Server
- Host: GitHub
- URL: https://github.com/krishpranav/rockhttp
- Owner: krishpranav
- License: gpl-2.0
- Created: 2022-07-05T07:33:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T13:23:03.000Z (over 3 years ago)
- Last Synced: 2025-03-27T18:17:08.972Z (11 months ago)
- Topics: 8080, allplatform, fast, http, localhost, multiplatform, port, rust, rustlang, security, serve, server, static, web, web-server, webserver
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## ROCKHTTP
[](https://forthebadge.com)
## About:
- rockhttp is a static http web server built using rust-lang
## Features:
- Fast 🚀
- Works on all platform 💻
## Installation:
```
$ git clone https://github.com/krishpranav/rockhttp
```
## Building:
```
$ cargo build
```
## Running:
- create a index.html file in your local dir where your running rockhttp
## Demo
https://user-images.githubusercontent.com/68631244/177337325-dc0d09ca-affe-41e3-8e89-ca358a7d2835.mov
## License:
- rockhttp is licensed under [GPL-2.0 License](https://github.com/krishpranav/rockhttp/blob/master/LICENSE)
## Author:
- [krishpranav](https://github.com/krishpranav)