Skip to content

The Socket.IO server of the Tic-Tac-Toe online game made with Node.js + Express

Notifications You must be signed in to change notification settings

OGUMAN/tic-tac-toe-online-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The Socket.IO server of the Tic-Tac-Toe online game made with Node.js + Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published