# drift **Repository Path**: github-codes/drift ## Basic Information - **Project Name**: drift - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-01-14 - **Last Updated**: 2022-01-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![alt text](https://img.shields.io/badge/vert.x-3.7.0-purple.svg "vert.x-3.7.0")](https://vertx.io) # Drift > Reactive gaming server ## Building To develop: ``` ./mvnw compile quarkus:dev ``` To test: ``` ./mvnw clean test ``` To build: ``` ./mvnw clean package -Pnative ``` To run: ``` ./target/drift-1.0.0-SNAPSHOT-runner ``` To connect: http://localhost:8080 ## Made with - Kotlin - Vert.X - Quarkus.io