Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/akdilsiz/go-phoenix-socket-client
- Owner: akdilsiz
- License: mit
- Created: 2022-06-13T12:06:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T15:44:48.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:36:07.674Z (7 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.