Skip to main content

One post tagged with "websocket"

View All Tags

· 10 min read

Tictactoe, it's a classical games that everybody knows. Before deep down into the implementation, I just wanna share the simple runnable code to build a tictactoe on single web page using WebSocket connection. In here, I used Rails 7 to simplify the build process, a simple database to maintain the state and a tailwind css to simplify the css 👍