expressjs_interop 0.0.3 copy "expressjs_interop: ^0.0.3" to clipboard
expressjs_interop: ^0.0.3 copied to clipboard

Dart bindings and interop layer for ExpressJS.

Interop library for ExpressJS #

Build Status Pub

Provides Dart bindings for Express framework JavaScript API.

This package is not actively maintained.

Note that this library does not provide support for handling object and function conversions between Dart and JS. You have to follow package js rules as described in its docs.

Example #

Checkout example/ folder to see it in action. To build and run:

$ # 1. Install node dependencies.
$ cd example/
$ npm install
$ cd ../
$
$ # 2. Build the app.
$ pub build example/
$
$ # 3. Run the app.
$ node build/example/index.dart.js

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Dart bindings and interop layer for ExpressJS.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

js, node_http, node_interop

More

Packages that depend on expressjs_interop