1.1.1 • Published 9 years ago

numbat-haproxy v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
9 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

9 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago