https://github.com/pulyaevskiy/expressjs-interop
https://github.com/pulyaevskiy/expressjs-interop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pulyaevskiy/expressjs-interop
- Owner: pulyaevskiy
- License: bsd-3-clause
- Created: 2017-10-01T04:53:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T19:23:53.000Z (almost 7 years ago)
- Last Synced: 2025-02-01T01:11:19.252Z (4 months ago)
- Language: Dart
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Interop library for ExpressJS
[](https://travis-ci.org/pulyaevskiy/expressjs-interop) [](https://pub.dartlang.org/packages/node_interop)
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](https://pub.dartlang.org/packages/js)
> rules as described in its docs.## Example
Checkout `example/` folder to see it in action. To build and run:
```bash
$ # 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][tracker].
[tracker]: https://github.com/pulyaevskiy/expressjs-interop/issues