Giter VIP home page Giter VIP logo

requi's Introduction

ReQUI

Red Query UI - a NodeRED inspired low-code platform for front-end programming

Github Page: https://mdkrieg.github.io/ReQUI

Basic steps to decouple frontend from backend:

  • Used "wget" to get the base HTML from the http://localhost:1880/ endpoint of a running node-RED instance --NOTE: I'd originally used the browser's "save as" to get this which was a mistake and was causing a lot of the problems I was having
  • Started an iterative process of identifying any missing sources and then saving flat files in the correct places to satisfy all endpoints, sometimes this involved changing the endpoints in red.min.js to include the file extension
  • At this point the interface works but the websocket fails and the deploy button throws an error "cannot POST" - naturally...
  • To null-out the websocket I added a return; to the very beginning of the websocket's connect, subscribe, and unscubscribe functions. Effectively make the websocket do nothing (this doesn't seem to be a problem for me "yet")
  • To make the deploy button save to window.localStorage like I wanted I found both the ajax functions and inserted my simplistic window.localStorage.setItem("flows",JSON.strigify(c)) and then commented out the ajax including the .done .fail and .always functions being careful to leave the contents of the .done and .always functions (including a line to set var e = c; to spoof the input of this function.
  • Pulling the flow from localStorage was similar to above but a little simpler.

requi's People

Contributors

mdkrieg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.