all repos — wsabi @ 9066bd7031c6e80bfde3ac25ae3151d6b602186c

websocket proxy that sends stats to statsd

wsabi.nimble (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
# Package

version       = "0.1.0"
author        = "Anirudh Oppiliappan"
description   = "Load balance, monitor and failover Openfire servers"
license       = "MIT"
srcDir        = "src"
bin           = @["wsabi"]



# Dependencies

requires "nim >= 1.0"