Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sgnn7/golang-grpc-plugin-test
https://github.com/sgnn7/golang-grpc-plugin-test
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sgnn7/golang-grpc-plugin-test
- Owner: sgnn7
- Created: 2019-08-30T14:05:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-04T20:34:39.000Z (about 5 years ago)
- Last Synced: 2024-05-02T00:27:25.543Z (7 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-grpc-plugin-test
## Use
### Start a simple (non-HTTPS) webserver
```
$ python3 -m http.server 8080 --bind 0.0.0.0
```
Leave this process running - it is the endpoint for the broker### Start the broker
- Go into `app/` folder
- Run `./run.sh` to start the broker### Retrieve data through the broker using curl
```
$ curl localhost:9090/
```