Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T13:23:03.000Z (over 2 years ago)
- Last Synced: 2024-10-15T22:21:16.421Z (3 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
[![forthebadge](https://forthebadge.com/images/badges/made-with-rust.svg)](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)