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

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

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.