1.1.1 • Published 8 years ago

numbat-haproxy v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

godot-haproxy

HAProxy producer for Godot.

Installation

npm install godot-haproxy

Usage

var godot = require('godot');
var HAProxyProducer = require('godot-haproxy');

godot.createClient({
  type: 'tcp',
  producers: [
    HAProxyProducer({
      ttl: 1000
    })
  ]
}).connect(1337);
1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.4.0

8 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago