# README
go-pusher
A golang Pusher client ()
This is a fork by avdva, which brings some improvements with thread-safety and graceful close.
Installation
$ go get github.com/avdva/go-pusher
Usage
See client.go in examples folder
Todo
- Pusher Server
# Packages
No description provided by the author
# Functions
NewClient initialize & return a Pusher client.
NewCustomClient initialize & return a Pusher client for given host and sheme.
# Constants
events channel buffer size.
time in second between 2 beats.
ME and other consts describe the library.
ME and other consts describe the library.
ME and other consts describe the library.