3 releases

Uses old Rust 2015

0.1.2 Jan 2, 2018
0.1.1 Jun 26, 2017
0.1.0 Jun 26, 2017

#1051 in HTTP server

34 downloads per month

Apache-2.0

12KB
231 lines

Pronghorn - A simple web development framework for Rust

Pronghorn is developed with simplicity in mind. Many other frameworks for Rust focus on speed, piecemeal customization, nightly compiler features, or asynchronous support. While all of these goals are valuable, the trade-offs either put a developer at the cutting edge of the Rust ecosystem or require a lot of scaffolding before getting started.

The goal of Pronghorn is to provide a low barrier of entry for web developers wanting to take advantage of Rust while also having an enjoyable development experience. Building web apps shouldn't be an exercise in frustration.

Warning!

Pronghorn is alpha quality and the api is changing. You probably shouldn't use it but check back every now and then.

Planned Features

  • Synchronous & Asynchronous Support
  • Database (Diesel)
  • Routing
  • Templates (Tera)
  • Middleware
  • Serve Static Files
  • Logging

Licenses

Pronghorn is released under Apache Public License 2 and MIT licenses.

Dependencies

~12MB
~214K SLoC