PeterPierinakos / vanilla-rustlang-server

Simple, minimal and open source static web server that uses no dependencies.
Apache License 2.0
38 stars 1 forks source link

The primary features of the server have been added so expect less activity. I will still be maintaining this project and I will still be doing occasional releases for things such as bug fixes, QoL improvements, small features or minor adjustments.

Vanilla-RustLang-Server (VRS) 🦀

VRS is a simple, minimal, free and open source static web server written in Rust which uses absolutely no dependencies and revolves around Rust's std::net standard library module.

General Information

VRS features

What is a static web server?

A static web server is a kind of web server which only serves static content. This includes HTML, CSS and JS. Static web servers do not have support for doing back-end business logic or interacting with databases out of the box.

Example use cases of VRS

Example use cases VRS is NOT suitable for

License

VRS is licensed under either MIT or Apache 2.0 at your option.

When to use VRS?

You may consider using this piece of software if you meet any of the following criteria:

Installation

Installations instructions can be found here.