filmov
tv
Movie browser CLI tool using gRPC, Rust and Python

Показать описание
This a small demo project for me to get more familiar with gRPC.
The project consists of a backend written in rust that communicates with the IMDB API and a python frontend in the terminal.
Both the front- and back end automatically generate the right types, services, and interfaces based on the content of the proto buffer.