Ecosyste.ms: Awesome

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

https://github.com/shamansir/noodle

Visual programming UI and framework driven by pure functional language and data streams
https://github.com/shamansir/noodle

Last synced: 3 months ago
JSON representation

Visual programming UI and framework driven by pure functional language and data streams

Lists

README

        

# A bit outdated web state:

https://noodle.labs.jb.gg

# A bit outdated web version:

1. `npm install -g [email protected] spago parcel-bundler`
2. `spago install`
3. `spago -x ./example.dhall build --watch` | `spago -x ./test.dhall test`
4. `parcel --dist-dir ./static index.html`

# Run terminal client

1. `npm install -g [email protected] spago parcel-bundler`
2. `spago install`
4. `spago run` (or `sh ./run-cli.sh`)

`wget https://hydra.ojack.xyz/bundle.min.js?1.2.6`

# Docker:

`docker build . -t noodle`
`docker run -p 8080:8080 noodle`