bear 0.4.1 copy "bear: ^0.4.1" to clipboard
bear: ^0.4.1 copied to clipboard

A simple web framework in Dart

Bear #

A simple web framework in Dart

Features #

  • GET, POST, PATCH, PUT, DELETE Http methods
  • Variable parameters
  • Middlewares

Usage #

final bear = Bear();

bear.get("/", (BearContext c) {
  c.response
    ..write("Bear rocks!")
    ..close();
}
...

bear.listen();

Documentation #

https://ogromny.github.io/Bear/bear/bear-library.html

Roadmap #

0.4

  • Total rewrite

0.3

  • Static files support

0.2

  • MimeTypes
  • Middlewares

0.1

  • GET, POST, PATCH, PUT, DELETE
  • variable parameters

Contact #

In French or in English

ogromnycoding@gmail.com

0
likes
15
pub points
0%
popularity

Publisher

unverified uploader

A simple web framework in Dart

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

mime, path

More

Packages that depend on bear