Giter VIP home page Giter VIP logo

node-defender-game's Introduction

booth-node-defender

Protect your node client for as long as possible. Defend against waves of murderous server side code that wants nothing more than to kill and disconnect your node client.

Setup && Run

  1. npm install
  2. npm start

Testing

Run npm test.

Configuration

The configuration of the server is available via environment variables. For example:

PORT=4000 npm start

or for multiple configurations:

PORT=4000 LOGLEVEL=info npm start

  • PORT - Application port. (Default: 8080)
  • CLIENT - Client host. (default: http://localhost:8080)
  • LOGLEVEL - How verbose should the log be. (Default: info)
  • DELAY - How long should the server wait to respond to a player action in milliseconds. (Default: 1000)
  • MONGOHOST - Hostname for the mongodb backend (Default: 127.0.0.1)
  • MONGOPORT - Port for the mongodb backend (Default: 27017)
  • MONGODB - Defender DB (Default: node-defender)
  • CLIENTHASH - Client game md5 hash generated from grunt security. If this value isn't specified, no client check will be performed.

node-defender-game's People

Contributors

cjsaylor avatar jrbasso avatar neptunz avatar young-steveo 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.