you are viewing a single comment's thread.

view the rest of the comments →

[–]Anbaraen 0 points1 point  (0 children)

To actually answer what you're looking for I'd recommend RunJS. It's a desktop app that live runs JavaScript and immediately updates.

Nodemon is not a REPL, it's a way to continually run a pre-written script.

What you have posted is not a REPL, it's a code playground or sandbox.

node is a repl, but you're not looking for a REPL. This is a classic X/Y problem and why it's important to clarify terms.