A web application for real-time pricing marketplace.
- Frontend:
- NextJS
- Backend:
- RESTful APIs
- gRPC APIs
with protobuf as interface definition language (IDL)
Walkthrough to microservices. Using Golang to develop RESTful API, gRPC service, with (hopefully) Envoy Proxy, Docker, and Kubernetes. Hopes to:
- Use Envoy Proxy
- Use Docker/Kubernetes
- Use gRPC client to try bi-directional streaming
- (cont.) Connect microservice to NextJS
- (cont.) Use bi-directional in NextJS to get real-time pricing dashboard
- Use message broker (RabbitMQ/Kafka/Redis) as a event-bus
- and try other microservices know-hows!