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

https://github.com/potofcoffee2go/tw5-node-red-beta

Node-RED based Multi-User TiddlyWiki application server
https://github.com/potofcoffee2go/tw5-node-red-beta

Last synced: 4 months ago
JSON representation

Node-RED based Multi-User TiddlyWiki application server

Awesome Lists containing this project

README

          

Install server:

```
git clone https://github.com/PotOfCoffee2Go/tw5-node-red-beta.git
cd tw5-node-red-beta
npm install
```

Start the server:

```
npm start
```

Browse to http://localhost:1880/red to open the Node-RED Flow Editor. To deploy changes will need to login by clicking the 'person' icon in the upper right - User: **admin** password: **password** .

Browse to http://localhost:1880/svr/wiki/nodered.html?app=welcome. A TiddyWiki will open which has documentation. Can use user **demo** password **demo** to log in or create an account.

A simple Chat application can be accessed http://localhost:1880/svr/wiki/nodered.html?app=chat . Will want to create a couple user accounts - open both in browser.

> Markdown documentation is still being constructed so is not currently available for this beta release.

TW5-Node-RED is licensed under Apache 2.0. A copy of the license can be obtained at https://www.apache.org/licenses/LICENSE-2.0.txt .