tetraterm icon indicating copy to clipboard operation
tetraterm copied to clipboard

Http and sse

Open joeblew999 opened this issue 11 months ago • 1 comments

The current tcp system is a bit limiting.

It could also be done using http and sse.

There are good golang systems for this if your curious.

It would allow the system to work for web and non web debugging of ebiten frameworks.

joeblew999 avatar May 04 '25 03:05 joeblew999

Also I have don’t it this way to allow multi user editing of the node tree .

The SSE can push updates to allow other users. Locally or remotely if you have a web tunnel - it’s of course optional .

What’s really going on is that the file system is updating and when the file system updates the gui is updated . The gui can’t currently only update the changed bit right ? It’s has retouched re-render all of it ?

joeblew999 avatar May 04 '25 03:05 joeblew999