npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

numbat-haproxy

1.1.1

@ceejbot

npmHomeRepoSnykSocket
Downloads:0
$ npm install numbat-haproxy
DailyWeeklyMonthlyYearly

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