https://github.com/limitedeternity/grpc-addressbook
An experiment on writing gRPC + Protobuf + SQLite3 application
https://github.com/limitedeternity/grpc-addressbook
address-book grpc-client grpc-python grpc-server protobuf python-3 python3 sqlite3 utility
Last synced: 11 months ago
JSON representation
An experiment on writing gRPC + Protobuf + SQLite3 application
- Host: GitHub
- URL: https://github.com/limitedeternity/grpc-addressbook
- Owner: limitedeternity
- License: gpl-3.0
- Created: 2020-05-18T18:53:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-19T07:55:12.000Z (about 6 years ago)
- Last Synced: 2025-03-14T13:21:25.025Z (about 1 year ago)
- Topics: address-book, grpc-client, grpc-python, grpc-server, protobuf, python-3, python3, sqlite3, utility
- Language: Python
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gRPC-AddressBook
> An experiment on writing gRPC + Protobuf + SQLite3 application
* [gRPC](https://grpc.io/about/)
* [Protobuf](https://developers.google.com/protocol-buffers)
* [SQLite3](http://sqlitetutorial.net/)
## Screenshot

## Meta
Distributed under the GPL-3.0 license. See ``LICENSE`` for more information.
[@limitedeternity](https://github.com/limitedeternity)