Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phogolabs/plex
A multiplexer that allows GRPC and HTTP server listening on the same port
https://github.com/phogolabs/plex
golang grpc http multiplexer
Last synced: 3 months ago
JSON representation
A multiplexer that allows GRPC and HTTP server listening on the same port
- Host: GitHub
- URL: https://github.com/phogolabs/plex
- Owner: phogolabs
- License: mit
- Created: 2020-02-11T10:57:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T05:33:08.000Z (4 months ago)
- Last Synced: 2024-11-16T03:34:58.041Z (3 months ago)
- Topics: golang, grpc, http, multiplexer
- Language: Go
- Size: 287 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# plex
[![Documentation][godoc-img]][godoc-url]
![License][license-img]
[![Coverage][codecov-img]][codecov-url]
[![Go Report Card][report-img]][report-url]A multiplexer that allows Google Remote Procedure Call and HTTP server listening on the same port
## Installation
```console
$ go get -u github.com/phogolabs/plex
```## Getting started
For more information about how to use the package, have a look the
[example](./example/README.md) service implementation.## Contributing
We are open for any contributions. Just fork the
[project](https://github.com/phogolabs/log).[report-img]: https://goreportcard.com/badge/github.com/phogolabs/plex
[report-url]: https://goreportcard.com/report/github.com/phogolabs/plex
[codecov-url]: https://codecov.io/gh/phogolabs/plex
[codecov-img]: https://codecov.io/gh/phogolabs/plex/branch/master/graph/badge.svg
[action-img]: https://github.com/phogolabs/plex/workflows/main/badge.svg
[action-url]: https://github.com/phogolabs/plex/actions
[log-url]: https://github.com/phogolabs/plex
[godoc-url]: https://godoc.org/github.com/phogolabs/plex
[godoc-img]: https://godoc.org/github.com/phogolabs/plex?status.svg
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg
[software-license-url]: LICENSE