numbat-haproxy

1.1.1 • Public • Published

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);

Readme

Keywords

none

Package Sidebar

Install

npm i numbat-haproxy

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • ceejbot
  • mmalecki