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

https://github.com/arkaung/rust_web_server

Learning to build a toy rust web server
https://github.com/arkaung/rust_web_server

Last synced: 12 months ago
JSON representation

Learning to build a toy rust web server

Awesome Lists containing this project

README

          

# Rust Toy Webserver

Build a toy rust webserver using actix_web. Run the server with `cargo run` project root. Visit `localhost:3000` in web browser afterwards.