https://github.com/crowdhailer/no-code
Notes on no-code programming
https://github.com/crowdhailer/no-code
Last synced: about 20 hours ago
JSON representation
Notes on no-code programming
- Host: GitHub
- URL: https://github.com/crowdhailer/no-code
- Owner: CrowdHailer
- Created: 2020-07-19T04:53:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-19T07:31:15.000Z (over 5 years ago)
- Last Synced: 2025-02-07T19:44:47.914Z (11 months ago)
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# No Code
No Code is just the on trend name for programming without a text editor.
Previous names to capture the same idea include:
- Visual programming
- task/IT automation
- [Programming Models](programming-models)
- [Deployment](deployment)
## Programming Models
### Spreadsheet++
### Task automation
Automation builder
https://ifttt.com/ https://zapier.com/ https://tray.io
### Flow based programming
https://noflojs.org/
https://nodered.org/
Often used to describe programming models that work at a low level, down to integer operation.
These low level abstractions should probably not be considered no-code.
### Visual programming
https://www.luna-lang.org/
Not really a new paradigm, just another representation.
Luna even allows both a visual and textual representation
## Deployment
Most paid for No Code platforms handle execution on the program.
however there is no reason a No Code system cannot generate a bundle for any other kind of deployment,
e.g. a JS bundle for the front end or a binary for server deployment.
TODO write reference to serverless