Friday, July 7, 2023

Show HN: Open-source in-browser code editor/executor with REPL 10 languages https://ift.tt/xN5TaCc

Show HN: Open-source in-browser code editor/executor with REPL, 10+ languages I am super excited to open-source the code executor behind logicboard.com - an in-browser collaborative code editor. 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. https://ift.tt/pwcL1Cx July 8, 2023 at 12:42AM

No comments:

Show HN: WebGPU enables local LLM in the browser – demo site with AI chat https://ift.tt/3P1DTwH

Show HN: WebGPU enables local LLM in the browser – demo site with AI chat Browser LLM demo working on JavaScript and WebGPU. WebGPU is alrea...