Show HN: Open-source in-browser code editor/executor with REPL, 10+ languages(github.com)
github.com
Show HN: Open-source in-browser code editor/executor with REPL, 10+ languages
https://github.com/logicboard/logicboard
4 comments
[deleted]
This is incredibly cool!
The backend is written in Elixir+Phoenix and implements a WebSocket API to execute code in docker containers.
Next steps include making this more secure, I am considering Google's gVisor to implement better isolation between containers and the host kernel.