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
- Host: GitHub
- URL: https://github.com/yyyar/yamp-go
- Owner: yyyar
- License: mit
- Created: 2017-06-10T12:21:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T09:09:25.000Z (over 8 years ago)
- Last Synced: 2025-04-02T22:33:06.611Z (6 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yamp-go [](https://travis-ci.org/yyyar/yamp-go) [](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)