You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add route (f.e 127.0.0.1/test). When I send GET terminal should appear and invoke some command. Let's say os.system("Some command") or ("Some_script.sh").
At the moment everything is run in the "main window" where server has own logs from actions, but not in browser.
I hope that it's understandable.
The text was updated successfully, but these errors were encountered:
Hey community :)
I would like to add route (f.e 127.0.0.1/test). When I send GET terminal should appear and invoke some command. Let's say os.system("Some command") or ("Some_script.sh").
At the moment everything is run in the "main window" where server has own logs from actions, but not in browser.
I hope that it's understandable.
The text was updated successfully, but these errors were encountered: