Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akdilsiz/go-phoenix-socket-client

Golang Phoenix WebSocket Client
https://github.com/akdilsiz/go-phoenix-socket-client

Last synced: about 2 months ago
JSON representation

Golang Phoenix WebSocket Client

Awesome Lists containing this project

README

        

# Go Phoenix Socket Client
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/akdilsiz/go-phoenix-socket-client/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/akdilsiz/go-phoenix-socket-client/tree/master)
[![Go Report Card](https://goreportcard.com/badge/github.com/akdilsiz/go-phoenix-socket-client)](https://goreportcard.com/report/github.com/akdilsiz/go-phoenix-socket-client)
[![codecov](https://codecov.io/gh/akdilsiz/go-phoenix-socket-client/branch/master/graph/badge.svg?token=VXFDYNHSKB)](https://codecov.io/gh/akdilsiz/go-phoenix-socket-client)

GoPhoenixSocketClient is a golang port of phoenix.js

This project should first port phoenix.js (javascript) to golang. Then it should be compliant with golang standards.

## Installation
```shell
go get github.com/akdilsiz/go-phoenix-socket-client
```

## Examples
..

## Documentation
..

## Contribution
All contributions are welcomed as long as you follow the conventions of Go language.

## LICENSE
GoPhoenixSocketClient is available under the [MIT license](LICENSE).
See the LICENSE file for more info.