This is a server for a Tic-Tac-Toe online game. It uses Socket.IO to enable real-time communication between players.
Here is the GitHub repository for the client https://github.com/OGUMAN/tic-tac-toe
- Clone this repository by writing
git clone https://github.com/OGUMAN/tic-tac-toe-server.git
- Run
npm i
to install the dependencies - Run
node server.js
to start the server - Your server will run on
http://localhost:8080