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

https://github.com/yyyar/yamp-go

Go implementation of a Yamp protocol client and server
https://github.com/yyyar/yamp-go

Last synced: 4 months ago
JSON representation

Go implementation of a Yamp protocol client and server

Awesome Lists containing this project

README

          

# yamp-go [![Build Status](https://travis-ci.org/yyyar/yamp-go.svg?branch=master)](https://travis-ci.org/yyyar/yamp-go) [![GoDoc](https://godoc.org/github.com/yyyar/yamp-go?status.svg)](https://godoc.org/github.com/yyyar/yamp-go)

yamp-go is implementation of [yamp protocol](https://github.com/yyyar/yamp) in Go.

**Status: under development.** May contain critical bugs, not suitable for production usage.

## Current Features
* Events
* Request / Responses. No request cancelling and no progressive responses.
* Client and Server mode. No handshake support.
* JSON serializer

## Usage Example
See `connection_test.go`

## License
MIT. See LICENSE file for more details.

## Author
- [Yaroslav Pogrebnyak](http://pogrebnyak.info)