Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 927 Bytes

TODO.md

File metadata and controls

24 lines (15 loc) · 927 Bytes

Golang.hr Slack Invite TODO

While building Golang.hr Platform and Golang.hr Slack Invite I've encounter with problematic design concepts that must be taken care off before we can treat this service as stable and operational.

  • Make sure GRPC/REST handlers are properly invoked. Get rid of grpc-gateway or at least minimize use of it as much as possible. It's adding layers of complexity that should be avoided.
  • WebSocket support instead of plain REST API call. We want to push changes, not pull for changes.