Code Monkey home page Code Monkey logo

rust-example-web's Introduction

Simple web file browser

About

It is a demo project for Chapter 20 of The Rust Programming Language book.

I made it before reading this chapter (and made small changes after), so it differs from one in the book:

  • it is much more functional;
  • it does not use Mutex, only channels.

Features

  • allows to recursively browse files and directories at the host (it automatically generates directory listing HTML-pages);
  • supports many MIMEs (via mime and mime_guess crates).
  • supports GET and HEAD HTTP-methods;
  • generates HTML for error pages (codes 400, 404, 500, 501, 505);
  • allows configuring via *.toml file (serde is used for parsing);
  • writes log to stdout.

Configuration and Using

The web server look for config.toml file in its working directory. There is an example configuration with comments in config-default.toml file in the repo. The web server will use defaults if the configuration file is missed.

Simply build an executable file (with cargo build --release), copy it where you want, provide a document root for browsing with config.toml (default is public in the web server working directory) and run the executable file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.