Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 576 Bytes

Tennis game with socket.io

This is the source code for a poc using socket.io as main component for a game system.

The tennis game is composed of two parts.

  • Server socket.io (express will also run on it)
  • Client unity program

The server with socket.io owns all the logic, and handles all the communication.

Deployment

To run the main server (socket.io) I assume you have a GNU/Linux Server, with: -GIT -NPM -NODE -PM2

Therefore you must follow the bellow steps: