# rete **Repository Path**: oliverxh/rete ## Basic Information - **Project Name**: rete - **Description**: 用于可视化编程和创建节点编辑器的JavaScript框架 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://rete.js.org/ - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-02-04 - **Last Updated**: 2022-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Rete.js [![Build Status](https://travis-ci.org/retejs/rete.svg?branch=master)](https://travis-ci.org/retejs/rete) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=retejs_rete&metric=alert_status)](https://sonarcloud.io/dashboard?id=retejs_rete) [![Join the chat at https://gitter.im/retejs/Lobby](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/retejs/Lobby) ==== #### JavaScript framework for visual programming ![rete logo](https://i.imgur.com/rydGu6B.png) 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](https://rete.js.org/#/docs) and learn about the components and capabilities. Examples ---- [Flow-based programming](https://codepen.io/Ni55aN/pen/xzgQYq) [Events (tasks)](https://codepen.io/Ni55aN/pen/MOYPEz) [Modules](https://codepen.io/Ni55aN/pen/QOEbEW) [Programming a Messenger Bot](https://codepen.io/Ni55aN/pen/rpOKNb) [3D Car configurator](https://codesandbox.io/embed/9jp88p1jpy?view=preview) License ---- [MIT](http://opensource.org/licenses/MIT) [Donate](http://rete.js.org/#support) ---