https://github.com/libopenstorage/grpc-framework
This framework makes it simple for developers to add secure gRPC and automated REST interfaces for their Golang applications
https://github.com/libopenstorage/grpc-framework
authentication authorization golang grpc jwt rest
Last synced: 11 months ago
JSON representation
This framework makes it simple for developers to add secure gRPC and automated REST interfaces for their Golang applications
- Host: GitHub
- URL: https://github.com/libopenstorage/grpc-framework
- Owner: libopenstorage
- License: apache-2.0
- Created: 2022-05-04T21:05:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T11:41:47.000Z (12 months ago)
- Last Synced: 2025-04-02T12:32:24.610Z (12 months ago)
- Topics: authentication, authorization, golang, grpc, jwt, rest
- Language: Go
- Homepage:
- Size: 19.5 MB
- Stars: 2
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC Framework
[](https://app.travis-ci.com/libopenstorage/grpc-framework)
This framework makes it simple for developers to add gRPC and automated REST
interfaces for their Golang applications.
## Usage
Please see our [Documentation](https://libopenstorage.github.io/grpc-framework) for
more information.
* FYI, we are in the process of creating tutorials and adding more documentation
to the framework
## grpc-framework Development
### Documentation for the website
* Setup the environment to write documentation
```
$ make doc-env
```
* Bring up the webserver
```
$ make doc-serve
```
Now edit the files in the direcory `website`.
* When done, build the website and add the `docs` dir to git:
```
$ make doc-build
```
For more information on mkdocs go to:
* https://www.mkdocs.org/
* https://squidfunk.github.io/mkdocs-material/getting-started/