krotik/eliasdb

Web IDE

gedw99 opened this issue · 1 comments

The current Web based Term is great.

We could reuse the golang code to make a replacement Web Scripting IDE by doing what Benthos does.

Benthos does the same thing in that its a stream processor with its own interpreter written in golang.

https://github.com/Jeffail/benthos is the golang server.

https://github.com/benthosdev/benthos-lab is the Web based IDE. Its using WASM and reusing the golang code from the server to run.
Demo: https://lab.benthos.dev/

Its just an idea... and so raising it as an option in case someone likes it...

Closing as the current one is actually nice and concise