https://github.com/ch4s3/proto_man
elixir protobuf exercise
https://github.com/ch4s3/proto_man
elixir plug protobuf protobuf3 tutorial
Last synced: 6 months ago
JSON representation
elixir protobuf exercise
- Host: GitHub
- URL: https://github.com/ch4s3/proto_man
- Owner: Ch4s3
- Created: 2018-02-02T01:21:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T03:54:41.000Z (about 8 years ago)
- Last Synced: 2025-04-04T18:34:16.190Z (about 1 year ago)
- Topics: elixir, plug, protobuf, protobuf3, tutorial
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ProtoMan
This is a simple demo app for exploring [Protobuf](https://developers.google.com/protocol-buffers/docs/overview) with [exprotobuf](https://github.com/bitwalker/exprotobuf). You can find a blog post describing the process on my [blog](https://chase.pursu.es/protobuf-in-elixir-with-exprotobuf.html).
PRs are always welcome.