dart_express 0.2.0 copy "dart_express: ^0.2.0" to clipboard
dart_express: ^0.2.0 copied to clipboard

outdated

An unopinionated express-like HTTP framework built in Dart, includes the ability to render Mustache, Jael and HTML files, and simple routing.

0.1.0 #

  • Initial version of Dart express with basic functionality for routing and middleware

0.1.1 #

  • Add dependencies for Jael (will be breaking this out to a separate package later)

0.2.0 #

  • Add path_to_regexp package to improve route matching.
  • Add support for route parameters using path_to_regexp package.
  • Improve README to include additional documentation
  • Add res.end() and res.location() methods to Response class.
16
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An unopinionated express-like HTTP framework built in Dart, includes the ability to render Mustache, Jael and HTML files, and simple routing.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

code_buffer, http, jael, meta, mustache4dart, path, path_to_regexp, symbol_table

More

Packages that depend on dart_express