https://github.com/ruffrey/go-respoke
experimental respoke client for Golang
https://github.com/ruffrey/go-respoke
Last synced: 8 months ago
JSON representation
experimental respoke client for Golang
- Host: GitHub
- URL: https://github.com/ruffrey/go-respoke
- Owner: ruffrey
- License: mit
- Created: 2016-09-08T15:37:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-12T13:51:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-08T18:50:13.968Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Golang Respoke Lib
This library barely works and is not finished. It has no tests. Run away!
## About
Respoke uses the Socket.IO 0.9 protocol with a specific messaging format. Respoke also has a
REST API.
## Installation
```bash
go get github.com/ruffrey/go-respoke
```
## Examples
See `examples` folder. You will need to have a Socket.IO server for testing.
# License
MIT. Copyright (c) Jeff H. Parrish 2016. See LICENSE file in this repository.