godot-haproxy
v0.1.1
Published
HAProxy producer for Godot
Readme
godot-haproxy
HAProxy producer for Godot.
Installation
npm install godot-haproxyUsage
var godot = require('godot');
var HAProxyProducer = require('godot-haproxy');
godot.createClient({
type: 'tcp',
producers: [
HAProxyProducer({
ttl: 1000
})
]
}).connect(1337);