express 0.1.6 copy "express: ^0.1.6" to clipboard
express: ^0.1.6 copied to clipboard

Dart 1 only

A thin express-js inspired layer around Darts primitive HttpServer APIs with JSON and Jade HTML view engine support

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add express

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  express: ^0.1.6

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:express/express.dart';
0
likes
10
points
45
downloads

Publisher

unverified uploader

Weekly Downloads

A thin express-js inspired layer around Darts primitive HttpServer APIs with JSON and Jade HTML view engine support

Repository (GitHub)

License

unknown (license)

Dependencies

ansicolor, args, jaded

More

Packages that depend on express