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
- Host: GitHub
- URL: https://github.com/potofcoffee2go/tw5-node-red-beta
- Owner: PotOfCoffee2Go
- License: apache-2.0
- Created: 2024-02-03T13:31:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T10:18:37.000Z (about 1 year ago)
- Last Synced: 2025-05-23T12:50:36.697Z (about 1 year ago)
- Language: HTML
- Size: 19.9 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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 .