This is an example of a chat application using gRPC, React, Envoy and Redis. Right now this only supports one chat room and implementing direct chat messages is easy but requires some extra work that I am not willing to do right now. If you want to contribute I do not mind!
There is a youtube video series where I go over making this application if intertested here
- Node npm/yarn
- Docker
- protoc
docker compose up -d
yarn install
yarn proto:gen
yarn start
cd client && yarn install
yarn start