Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bergie/xpress-demo
noflo-xpress demo app
https://github.com/bergie/xpress-demo
example-project noflo noflo-components
Last synced: about 1 month ago
JSON representation
noflo-xpress demo app
- Host: GitHub
- URL: https://github.com/bergie/xpress-demo
- Owner: bergie
- Created: 2017-04-25T11:34:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T04:37:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-12T19:17:37.447Z (7 months ago)
- Topics: example-project, noflo, noflo-components
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
NoFlo Express demo app
======================Simple demo app, originally made for [the Berlin Node.js meetup](https://www.meetup.com/Node-js-Meetup-Berlin/events/238051786/).
[Open in Flowhub](http://app.flowhub.io/#github/bergie/xpress-demo)
Showcases [noflo-xpress](https://github.com/noflo/noflo-xpress) resourceful routing together with concepts like:
* Express-wide middleware (body parser)
* Route-specific middleware (JSON schema validator)
* Passing work to regular NoFlo components and handling results of that## Installation
* Clone this repository
* `npm install` to grab the dependencies## Running
Start the server with:
```bash
$ npm start
```The runtime will provide an address for opening the application in [Flowhub's](https://flowhub.io/) live mode. By opening that address in your browser you can see the running software and make modifications to the graph while it is running.