Git Product home page Git Product logo

server's Introduction

game-server

The official game-server of cryptic-game.
This system connects the microservices with clients via json-based sockets.

Run!

Build..

Build the game-server by using mvn clean install .

Execute

Run it with java -jar target/server-0.0.9-jar-with-dependencies.jar .

Environment variables

key default value
MSSOCKET_HOST 127.0.0.1
MSSOCKET_PORT 1239
WEBSOCKET_HOST 0.0.0.0
WEBSOCKET_PORT 80
HTTP_PORT 8080
AUTH_ENABLED true
STORAGE_LOCATION data/
SESSION_EXPIRE 172800
MYSQL_HOSTNAME cryptic
MYSQL_PORT 3306
MYSQL_USERNAME cryptic
MYSQL_PASSWORD cryptic
MYSQL_DATABSE cryptic
RESPONSE_TIMEOUT 20
PRODUCTIVE true
LOG_LEVEL INFO

Docker

Docker Hub

Pull the docker-image from Docker Hub!

Documentation

Visit the wiki for more information.

server's People

Contributors

maxihuhe04 avatar redstonemedia avatar use-to avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.