NebulaServices / bare-server-rust

Clean implementation of TompHTTPs' Bare-server-node in rust!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bare-server-rust

bare-server-rust is a fully compliant Rust implementation of TompHTTPs' Bare Server specifications. This is a server that will receive requests from a service worker (or any client) and forward a request to a specified URL.

How to use

git clone https://github.com/NebulaServices/bare-server-rust

cd bare-server-rust

cargo build && cargo run

To-do

  • Websocket support

Authors

About

Clean implementation of TompHTTPs' Bare-server-node in rust!

License:GNU Lesser General Public License v3.0


Languages

Language:Rust 100.0%