0.0.0 • Published 11 years ago

failover v0.0.0

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

Failover

A generalized failover solution for TCP based servers.

Features:

  • Detects when a connection has been closed.
  • Automatically upgrades the old TCP instance to a new connection.

Failover.on('failover', from, to, tcp)

A failover has occured successfully and the TCP connection has been upgraded from it's old server/port combination to a new server/port combination.

Failover.on('death', server, tcp)

The server has died, there are no more servers left in the failover pool.