Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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