←back to thread

634 points david927 | 1 comments | | HN request time: 0.219s | source

What are you working on? Any new ideas that you're thinking about?
1. jjpell ◴[] No.41345433[source]
I've created a two player wordle style game. https://twordle.app

The backend is a web socket server written in go and the frontend is solidjs. Two technologies I've been wanting to use properly in a project for a while. Would recommend this to anyone wanting to improve their understanding of go's concurrency model. I've really enjoyed working on it, if anyone can think of any improvements please let me know!