A multiplayer voxel game built with React and Node.js. Create an account, connect to servers, and build together in real-time.
- Node.js 18+
- MySQL 8.0+
- Create a MySQL database called
vaste_backend - Create a
.envfile in/app:
DB_HOST=localhost
DB_USER=your_user
DB_PASSWORD=your_password
DB_NAME=vaste_backend
JWT_SECRET=your_secret_key
Run the startup script:
./start.batThen open http://localhost:8080 and play!
/app- Unified Express.js server + React frontend (port 8080)/gameserver- Game server (WebSocket, port 25565)