Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 768 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 768 Bytes

Faye Client

Go Test

A Faye client for Go that supports long-polling and websockets.

The primary purpose of this library is to eventually be used for the real-time component of a GroupMe library for a Matrix bridge.

Credit

This library has taken inspiration from autogrow/wray and karmanyaahm/wray. Both of those projects are licensed under the MIT License, and this project is licensed under the Apache 2.0 License.

This project adds support for websocekts and exposes a more idiomatic interface to consumers.