Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 590 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 590 Bytes

The server of Tic-Tac-Toe online

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

Installation

  1. Clone this repository by writing git clone https://github.com/OGUMAN/tic-tac-toe-server.git
  2. Run npm i to install the dependencies
  3. Run node server.js to start the server
  4. Your server will run on http://localhost:8080