https://github.com/sxwebdev/connectrpc-example
https://github.com/sxwebdev/connectrpc-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sxwebdev/connectrpc-example
- Owner: sxwebdev
- Created: 2024-03-17T11:58:07.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-17T17:29:11.000Z (about 2 years ago)
- Last Synced: 2024-06-19T16:19:51.745Z (almost 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Connect rpc example
This repository implements [connectrpc](https://connectrpc.com/) library
```bash
# Run the following command to start server
make start
```