Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)