HN user

jjpell

1 karma
Posts1
Comments1
View on HN

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!