Skip to content

damieng002/rete

 
 

Repository files navigation

Sync this fork with the upstream repo

git remote add upstream git@github.com:retejs/rete.git
git fetch upstream
git checkout master
git rebase upstream/master
git push -f origin master

Introduction

Rete is a modular framework for visual programming. Rete allows you to create node-based editor directly in the browser. You can define nodes and workers that allow users to create instructions for processing data in your editor without a single line of code.

Documentation

Check the docs and learn about the components and capabilities.

Examples

Flow-based programming

Events (tasks)

Modules

Programming a Messenger Bot

3D Car configurator

License

MIT

About

JavaScript framework for visual programming and creating node editor

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.0%
  • JavaScript 9.0%