Skip to content

Commit

Permalink
Add changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
nshafer committed May 3, 2024
1 parent 0d43f55 commit 48d4ca8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Phx - A Phoenix Channels client for Go

[![Go Reference](https://pkg.go.dev/badge/github.com/nshafer/phx.svg)](https://pkg.go.dev/github.com/nshafer/phx)
[![Go Reference](https://pkg.go.dev/badge/github.com/nshafer/phx.svg)](https://pkg.go.dev/github.com/nshafer/phx) [![Static Badge](https://img.shields.io/badge/changelog-blue)](https://github.com/nshafer/phx/releases)

This is a comprehensive client for Phoenix Channels written for Go applications.
The goal of this project is to be a reliable, resilient, full-featured client library for connecting to Phoenix
Expand All @@ -23,6 +23,10 @@ API documentation can be viewed via godoc at [API Documentation](https://pkg.go.

Examples are in [examples/](examples/).

## Changelog

Please see [Releases](https://github.com/nshafer/phx/releases) on Github.

## Features

- Supports websockets as the transport method. Longpoll is not currently supported, nor are there plans to implement it.
Expand Down

0 comments on commit 48d4ca8

Please sign in to comment.