WebSocket tic tac toe implementation
This is a websocket implementation of a popular tic tac toe game based on a React
frontend and Express
backend glued together by vite-express
. Among the features apart from the obvious one is registration, authorization and match history recording.
To ensure that everything works great Node 20 should be used.
-
Install dependencies
npm install
-
Run express server in developement mode
npm run dev
-
Visit http://localhost:3000
-
You can run tests with
npm run test