Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 347 Bytes

File metadata and controls

5 lines (3 loc) · 347 Bytes

Multiplayer Tic Tac Toe

This repo contains a frontend and backend for a multiplayer tic tac toe game. It uses Typescript, Koa, routing-controllers and TypeORM in the backend and React/Redux in the frontend. The backend exposes a REST API but also sends messages over websockets using SocketIO.

example