Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

AlexMubarakshin/magic-cursor

Repository files navigation

Magic-cursor

NodeJS client-server application.
Based on Express, Socket.IO on server side. And on Socket.IO and PixiJS on client side.

Drag Racing

Installation

Host method

git clone https://github.com/AlexMubarakshin/magic-cursor.git
cd ./magic-cursor
npm i
npm start

Docker method

docker-compose up -d --build