yashrsharma44 / grpc-chat-app

gRPC based terminal-2-terminal based chat app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor the Codebase

yashrsharma44 opened this issue · comments

Acceptance Criteria -

  • Move the different logical components into a separate function / struct
  • Use goroutines if they are blocking in nature

Part of #7