uppi / tokio-minihttp

Protocol implementation experimentations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tokio MiniHTTP

Build Status Build status

This library is a proof-of-concept implementation of a simple HTTP/1.1 server using Tokio.

The goal of the library is to demo the simplicity of implementing a protocol with Tokio. This is part of an effort of experimenting with multiple IO strategies in Rust in order to try to figure out the best path forward.

This implementation of HTTP, while far from complete, demonstrates:

  • It is very simple to implement a complex protocol using Tokio.
  • It is very fast.

About

Protocol implementation experimentations

License:Other


Languages

Language:Rust 100.0%