Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 911 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 911 Bytes

4-in-a-row-server

Server side of four in a row game, that provides multiplayer features. Repo with client side: https://github.com/proxodilka/4-in-a-row.

Demo. demo

Small description

Here implemented separated lobbies concept with web-socket protocol. After establishing connection through web-socket, clients could get/create/join/delete lobbies with sockets requests.

Used technologies

How to run it localy

  • Clone repository

    git clone https://github.com/proxodilka/4-in-a-row-server

  • Install packages

    npm install

  • Run local server by node index

  • Following instructions from client repo set custom server address