Haro - A simple and synchronous web framework

I am happy to announce Haro 0.1.0 - a simple and synchronous web framework.

The Rust itself is difficult to get started with many new features, the async Rust is also not mature. The idea is to implement a web framework that you can start to use it with minimum efforts. If you need a simple web framework that just works, you can check it out and hope you like it.

Features

  • URL Routing with plain fn pointer
  • Request & Response with minimal boilerplate
  • Middleware
  • Tests
  • Template (Optional)
  • Database (Optional)

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.