https://github.com/flier/rsocket-go
Golang implementation of RSocket http://rsocket.io
https://github.com/flier/rsocket-go
Last synced: over 1 year ago
JSON representation
Golang implementation of RSocket http://rsocket.io
- Host: GitHub
- URL: https://github.com/flier/rsocket-go
- Owner: flier
- License: apache-2.0
- Created: 2018-10-14T16:17:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T09:19:26.000Z (over 7 years ago)
- Last Synced: 2025-03-24T07:14:26.761Z (over 1 year ago)
- Language: Go
- Size: 1.59 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
rsocket-go
===
`rsocket-go` is an experimental project to implement [RSocket](http://rsocket.io/) protocol in Golang.
**Note**: The project is INCOMLETE, please DON'T use it in production.
License
===
This project is licensed under either of
* Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.