Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4s3/proto_man
elixir protobuf exercise
https://github.com/ch4s3/proto_man
elixir plug protobuf protobuf3 tutorial
Last synced: 19 days ago
JSON representation
elixir protobuf exercise
- Host: GitHub
- URL: https://github.com/ch4s3/proto_man
- Owner: Ch4s3
- Created: 2018-02-02T01:21:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T03:54:41.000Z (almost 7 years ago)
- Last Synced: 2023-03-30T02:51:21.705Z (almost 2 years ago)
- Topics: elixir, plug, protobuf, protobuf3, tutorial
- Language: Elixir
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- 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.