dart_express 0.2.2 copy "dart_express: ^0.2.2" to clipboard
dart_express: ^0.2.2 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.

0.2.1 #

  • Clean up Request & Response classes
  • Export HTTPStatus class from dart-express directly

0.2.2 #

  • Fix issue with relative paths for views
  • Add app.set('views', './path');
  • Add app.set('views engine', './path')
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, file, http, jael, jael_preprocessor, meta, mustache4dart, path, path_to_regexp, symbol_table

More

Packages that depend on dart_express