Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.