Monday, May 26, 2025

Show HN: CodeNow – CoderPad over WebRTC and WASM https://ift.tt/VTN473a

Show HN: CodeNow – CoderPad over WebRTC and WASM I was doing a lot of Leetcode this winter, and got the idea of building something like it that used wasm in the browser rather than having to manage the complexity of executing remote code securely on a server. Once I figured that out, I thought it would be neat to make it collaborative, like Coderpad — that part was a bit tougher, but it mostly works now, using WebRTC. I'm not sure whether other people will think this is cool, but I had fun building it and learning more about wasm + WebRTC. https://ift.tt/aA2hYfj May 27, 2025 at 02:08AM

No comments:

Post a Comment

Show HN: Mosaic – arrange iOS icons by color using an evolutionary algorithm https://ift.tt/xy6NF3v

Show HN: Mosaic – arrange iOS icons by color using an evolutionary algorithm It started out as a way for me to freshen up my C++ skills duri...