To use this mode :
>python buzhug_server.py [-H host] [-P port]This will start an asynchronous HTTP server on the specified host and port. Default values are host = "localhost" and port = 3456
from buzhug import Base db = Base('teams')use the ProxyBase class :
from buzhug import ProxyBase db = ProxyBase('teams'[,host=host[,port=port]])