Space Operator
  • Welcome
  • Visual Builder
    • Flows
      • API Key & POST Request
      • WebSocket
        • Signature Requests
      • Nested Flows
      • Learn Solana
      • Add flows to your websites
      • Iterate with Localhost
    • Nodes
      • Web Assembly Nodes
        • space-cli
        • space-lib
        • Examples in Rust
          • Rectangle
          • Filter
          • Regex
        • Uploading WASM binary via UI
      • Native Nodes
        • Code Template
        • Node Definition
        • ValueSet
        • Submitting Native Nodes
        • Tracing
      • Mock Nodes
      • JS Node
      • API Input Node
  • Self-hosting
    • Docker Compose
    • Serving HTTPS
    • Lightsail Instance
    • Export data to your instance
  • FAQ
    • Servers
  • References
    • Flows
    • Flow Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Visual Builder

Nodes

PreviousIterate with LocalhostNextWeb Assembly Nodes

Last updated 1 year ago

Was this helpful?

We have three types of nodes:

  • Add a node to the standard library. Open-source and public

  • Create a node, upload the binary, and use it immediately. These can be open or closed-source, public or private.

  • Write nodes using Typescript/JavaScript, running in Deno runtime.

  • Diagram a node. Make it public to share it or to have someone build it for you

Users and developers can manage their WASM, JS, and Mock nodes from the Node Library.

Defining node

Nodes are defined using a node definition file (JSON).

Native
Web Assembly
JS Node
Mock