Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamd3vil/twirpex
Implementation of Twirp RPC in elixir
https://github.com/iamd3vil/twirpex
elixir protobuf rpc twirp
Last synced: about 2 months ago
JSON representation
Implementation of Twirp RPC in elixir
- Host: GitHub
- URL: https://github.com/iamd3vil/twirpex
- Owner: iamd3vil
- Created: 2018-01-29T06:48:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T06:54:34.000Z (about 7 years ago)
- Last Synced: 2024-12-12T19:48:25.920Z (about 2 months ago)
- Topics: elixir, protobuf, rpc, twirp
- Language: Elixir
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twirpex
This is an elixir implementation of Twirp RPC. Work in progress.
For more details about twirp see [here](https://blog.twitch.tv/twirp-a-sweet-new-rpc-framework-for-go-5f2febbf35f)
## TODO
- [X] Server and Client Implementation
- [ ] Docs
- [ ] JSON Support
- [ ] Tests