yashrsharma44 / grpc-chat-app

gRPC based terminal-2-terminal based chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modularise Codebase

yashrsharma44 opened this issue · comments

Currently, the codebase of the server and client is pretty hackish -

  • the different logical components are not arranged properly
  • context variable is not passed properly
  • Error Handling is not correct
  • Return appropriate error handling among the return response status

This is a tracking issue for the above ones, so feel free to add more and file issues