liot-c

Node-based network flow controller

Usage no npm install needed!

<script type="module">
  import liotC from 'https://cdn.skypack.dev/liot-c';
</script>

README

Readme

Checklist

  • Nodes
    • Ingest
      • Implemented
      • Tested
    • Logic Nodes
      • Branching Operators
        • IfNode
          • Implemented
          • Tested
      • Binary Operators
        • And
          • Implemented
          • Tested
        • Or
          • Implemented
          • Tested
        • Nand
          • Implemented
          • Tested
        • Nor
          • Implemented
          • Tested
        • Equals
          • Implemented
          • Tested
        • Less Than
          • Implemented
          • Tested
        • Less Than Or Equal To
          • Implemented
          • Tested
        • More Than
          • Implemented
          • Tested
        • More Than Or Equal To
          • Implemented
          • Tested
      • Mathematical Operators
        • Complex Math
          • Implemented
          • Tested
        • Add
          • Implemented
          • Tested
        • Divide
          • [x Implemented
          • Tested
        • Exponent
          • Implemented
          • Tested
        • Multiply
          • Implemented
          • Tested
  • Networks
    • Ephemeral
      • Implemented
      • Tested
    • Persistent
      • Implemented
      • Tested
    • HTTP/S Variants
      • Implemented
      • Tested