Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/totaljs/flow

Flow
https://github.com/totaljs/flow

Last synced: 3 months ago
JSON representation

Flow

Awesome Lists containing this project

README

        

# Total.js Flow

[![Made in EU](https://cdn.componentator.com/eu-small.png)](https://european-union.europa.eu/)

- [Website](https://www.totaljs.com/flow/)
- [__Documentation__](https://docs.totaljs.com/flow10/)
- [Chat support](https://platform.totaljs.com/?open=messenger)
- [Join __Total.js Telegram__](https://t.me/totalplatform)
- [Support](https://www.totaljs.com/support/)

## Installation

There are several ways to provide Flow. You can use our cloud services and run Flow without installation, or use Docker, or download the source code locally.

### Locally

- install [Node.js platform](https://nodejs.org/en/)
- download Flow source code
- open terminal/command-line:
- `cd flow`
- `npm install`

__Run__:

```
npm run start
```

or directly using node executable (port is optional, default 8000)

```
node index.js
```

### Flow in Docker

```bash
docker pull totalplatform/flow
docker run -p 8000:8000 totalplatform/flow
````