https://github.com/getlantern/waddell
https://github.com/getlantern/waddell
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/getlantern/waddell
- Owner: getlantern
- License: apache-2.0
- Created: 2014-05-18T21:16:54.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:41:50.000Z (over 8 years ago)
- Last Synced: 2024-06-19T02:06:45.835Z (almost 2 years ago)
- Language: Go
- Size: 990 KB
- Stars: 14
- Watchers: 20
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
waddell [](https://travis-ci.org/getlantern/waddell) [](https://coveralls.io/r/getlantern/waddell) [](http://godoc.org/github.com/getlantern/waddell)
==========
waddell provides a simple signaling TCP-based signaling service. It includes
a server API for implementing a server, as well as a client API for talking to
waddell servers. The server optionally supports running with TLS, using pk and
cert files specified at the command-line.
To install:
`go get github.com/getlantern/waddell`
For docs:
[`godoc github.com/getlantern/waddell`](https://godoc.org/github.com/getlantern/waddell)