Julian @fettstorch.dev ยท Nov 16

Shoutout to @bun.sh and @koyeb.com! ๐ŸŽ‰ I made a blind-coding-challenge app for the evening entertainment at an event. Both technologies are just chefs kiss ๐Ÿ˜š๐Ÿ‘Œ ๐Ÿงต #bun #hosting #javascript #buildinpublic #dev (host client) (player client)

10 likes 2 replies

?

Replies

Koyeb ยท Nov 19

Amazing! ๐Ÿคฉ

Julian ยท Nov 16

In essence player clients connect to the backend using websockets to update the backend with their current code. The backend then relays those updates to the host client which will embed each player's code into an iframe. This is actually important to isolate the players' codes from each other