Emojivoto
Last updated
Last updated
Emojivoto is a Linkerd example application, and has been adapted to deploy within Preview. The descriptions on this page were taken from that original repository.
Emojivoto is microservice application that allows users to vote for their favorite emoji, and tracks votes received on a leaderboard. May the best emoji win.
The application is composed of the following 3 services:
emojivoto-web: Web frontend and REST API
emojivoto-emoji-svc: gRPC API for finding and listing emoji
emojivoto-voting-svc: gRPC API for voting and leaderboard