You are browsing as a guest. Sign up (or log in) to start making projects!

olebeuscher

@olebeuscher

Joined July 11th, 2026

  • 2Devlogs
  • 1Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 14m 44s logged

After setting up the Cargo project in Devlog #1, I wanted to give my Nodes
some real identity. I replaced the simple struct with an enum that has four
variants: EventNode, FlowNode, WorkerNode, and IfElseNode. Each type now
has its own run behavior.

I also added a web server (tiny_http) that serves JSON instead of just
printing to the console. This means my future website will be able to
fetch data from the backend easily.

Next steps:

  • Login system with tokens and passwords
  • Build the actual frontend website
  • Flow save/load ٩(◕‿◕。)۶
0
0
1
Open comments for this post

54m 29s logged

Devlog #1 – Starting FluxEngine

Today I migrated my Rust project from raw rustc to a proper Cargo setup.
I created a clean backend structure with main.rs, node.rs, and flow.rs, and I learned how Rust modules work together.

Next steps:

  • Implement the Worker system
  • Add basic Flow logic
  • Prepare a backend API for the frontend
0
0
16

Followers

Loading…