Online multiplayer pong game using socket.io.
-
Development (v16.14.0 was used)
nvm install nvm use npm install # To run webpack dev server npm run dev:frontend # To run nodemon with tsc npm run dev:backend
-
Production
docker build -t pongme . docker run -p8080:8080 pongme
Feel free to contribute by opening a pull request, suggest a feature or report a bug by creating an issue.
The source code for the site is licensed under the MIT license, which you can find in the LICENSE file.