expressjs_interop 0.0.1 expressjs_interop: ^0.0.1 copied to clipboard
Dart bindings and interop layer for ExpressJS.
Interop library for ExpressJS #
Work-in-progress. Not much to see here just yet but an example app
can be found in example/index.dart
. To build and run:
cd example/
npm install
cd ../
pub build example/
cp build/example/index.dart.js example/
node example/index.dart.js
Features and bugs #
Please file feature requests and bugs at the issue tracker.